SCPI.SERVice.CHANnel(Ch).DISPlay.ANNotation.XAXis.MODE.POWer

Object Type

Property (Read-Write)

Syntax

SCPI.SERVice.CHANnel(Ch).DISPlay.ANNotation.XAXis.MODE.POWer = Value

Value = SCPI.SERVice.CHANnel(Ch).DISPlay.ANNotation.XAXis.MODE.POWer

Description

This command sets or gets X-Axis power annotation mode display to Start/Stop or Center/Span.

Variable

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

-

Examples

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

Related Objects

SCPI.SERVice.CHANnel(Ch).DISPlay.ANNotation.XAXis.MODE.FREQuency

SCPI.SERVice.CHANnel(Ch).DISPlay.ANNotation.XAXis.MODE.POWer

Equivalent Key

No equivalent key is available on the front panel.

Equivalent SCPI Command

Syntax

:SERVice:CHANnel{[1]-4}:DISPlay:ANNotation:XAXis:MODE:POWer {SSTop|CSPan}

:SERVice:CHANnel{[1]-4}:DISPlay:ANNotation:XAXis:MODE:POWer?

Query Response

{SST|CSP}<newline><^END>

Example of use

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$