State
SCPI Command :
CALCulate<n>:DDEM:SPECtrum[:STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) bool[source]
# 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: 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 methodRsFsw.calculate.formatPy.set()) .- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- Returns:
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]
# 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: 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 methodRsFsw.calculate.formatPy.set()) .- Parameters:
state – ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)