Property (Read-Write)
SCPI.SERVice.CHANnel(Ch).DISPlay.ANNotation.XAXis.MODE.POWer = Value
Value = SCPI.SERVice.CHANnel(Ch).DISPlay.ANNotation.XAXis.MODE.POWer
This command sets or gets X-Axis power annotation mode display to Start/Stop or Center/Span.
Parameter |
Value |
Description |
Display of Start/Stop or Center/Span value at the bottom of the screen. |
Data Type |
Character string type (String) |
Range |
Select from either of the following: "SSTop": Displays the Start and Stop value. "CSPan": Displays the Centre and Span value. |
Preset Value |
SSTop |
Unit |
- |
Resolution |
- |
Dim Var as String
Var= "SSTop"
SCPI.SERVice.CHANnel(1).DISPlay.ANNotation.XAXis.MODE.POWer = Var
Var = SCPI.SERVice.CHANnel(1).DISPlay.ANNotation.XAXis.MODE.POWer
SCPI.SERVice.CHANnel(Ch).DISPlay.ANNotation.XAXis.MODE.FREQuency
SCPI.SERVice.CHANnel(Ch).DISPlay.ANNotation.XAXis.MODE.POWer
No equivalent key is available on the front panel.
:SERVice:CHANnel{[1]-4}:DISPlay:ANNotation:XAXis:MODE:POWer {SSTop|CSPan}
:SERVice:CHANnel{[1]-4}:DISPlay:ANNotation:XAXis:MODE:POWer?
{SST|CSP}<newline><^END>
10 OUTPUT 717;":SERV:CHAN1:DISP:ANN:XAX:MODE:POW SST"
20 OUTPUT 717;":SERV:CHANnel1:DISPlay:ANN:XAX:MODE:POW?"
30 ENTER 717;A$