State
SCPI Command :
CALCulate<n>:SPECtrogram:TSTamp[:STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) bool[source]
# CALCulate<n>:SPECtrogram:TSTamp[:STATe] value: bool = driver.calculate.spectrogram.tstamp.state.get(window = repcap.Window.Default)
Activates and deactivates the time stamp. If the time stamp is active, some commands do not address frames as numbers, but as (relative) time values: .. note:
- method ``RsFsw.calculate.deltaMarker.spectrogram.frame.set()`` - method ``RsFsw.calculate.marker.spectrogram.frame.set()`` - method ``RsFsw.calculate.spectrogram.frame.select.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>:SPECtrogram:TSTamp[:STATe] driver.calculate.spectrogram.tstamp.state.set(state = False, window = repcap.Window.Default)
Activates and deactivates the time stamp. If the time stamp is active, some commands do not address frames as numbers, but as (relative) time values: .. note:
- method ``RsFsw.calculate.deltaMarker.spectrogram.frame.set()`` - method ``RsFsw.calculate.marker.spectrogram.frame.set()`` - method ``RsFsw.calculate.spectrogram.frame.select.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’)