State

SCPI Command :

CALCulate<n>:DDEM:SPECtrum[:STATe]
class StateCls[source]

State commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(window=Window.Default) bool[source]
# SCPI: CALCulate<n>:DDEM:SPECtrum[:STATe]
value: bool = driver.applications.k70Vsa.calculate.ddem.spectrum.state.get(window = repcap.Window.Default)

Switches the result type transformation to spectrum mode. Spectral evaluation is available for the following result types:

INTRO_CMD_HELP: The I/Q data file must be in one of the following supported formats:

  • MAGNitude

  • PHASe/UPHase

  • FREQuency

  • Real/Imag (RIMAG)

The result types are defined using the method RsFsw.Calculate.FormatPy.set command (see method RsFsw.Calculate.FormatPy. set) .

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

return

state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on

set(state: bool, window=Window.Default) None[source]
# SCPI: CALCulate<n>:DDEM:SPECtrum[:STATe]
driver.applications.k70Vsa.calculate.ddem.spectrum.state.set(state = False, window = repcap.Window.Default)

Switches the result type transformation to spectrum mode. Spectral evaluation is available for the following result types:

INTRO_CMD_HELP: The I/Q data file must be in one of the following supported formats:

  • MAGNitude

  • PHASe/UPHase

  • FREQuency

  • Real/Imag (RIMAG)

The result types are defined using the method RsFsw.Calculate.FormatPy.set command (see method RsFsw.Calculate.FormatPy. set) .

param state

ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)