Display:status:col - Agilent Technologies Infiniium 90000 Series Programmer's Manual

Oscilloscopes
Hide thumbs Also See for Infiniium 90000 Series:
Table of Contents

Advertisement

:DISPlay:STATus:COL

Command
:DISPlay:STATus:COL <column>
The :DISPlay:STATus:COL command is used to position the real time eye
and InfiniiScan Zone Trigger status labels.
This and the :DISPlay:STATus:ROW commands specify the upper left
corner of the box relative to the screen.
<column>
A value of 0 to 1 may be given for the column where 0 is the far left and
1 the far right.
Example
For example, a column of 0.5 will place the upper left of the status label
at the center screen.
myScope.WriteString ":DISPLAY:STATus:COL 0.5"
Query

:DISPlay:STATus:COL?

The :DISPlay:STATus:COL? query returns the current value of the status
label column location.
Returned Format
[:DISPlay:STATus:COL] <column><NL>
Example
This example places the current value for the status label column location
in the string variable, strSetting, then prints the contents of the variable to
the computer's screen.
Dim strSetting As String
myScope.WriteString ":DISPLAY:STATus:COL?"
strSetting = myScope.ReadString
Debug.Print strSetting
Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference
' Dimension variable.
16
Display Commands
313

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents