State
SCPI Command :
SENSe<CH>:[POWer]:SWEep:TIME:[SENSor]:PULSe:STATe
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(channel=Channel.Default) bool[source]
# SCPI: SENSe<CH>:[POWer]:SWEep:TIME:[SENSor]:PULSe:STATe value: bool = driver.sense.power.sweep.time.sensor.pulse.state.get(channel = repcap.Channel.Default)
Enables pulse data analysis. The measurement is started with command INITiate. Note: The command is only available in time measurement mode and with R&S NRP-Z81 power sensors.
- param channel:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sense’)
- return:
state: 0| 1| OFF| ON
- set(state: bool, channel=Channel.Default) None[source]
# SCPI: SENSe<CH>:[POWer]:SWEep:TIME:[SENSor]:PULSe:STATe driver.sense.power.sweep.time.sensor.pulse.state.set(state = False, channel = repcap.Channel.Default)
Enables pulse data analysis. The measurement is started with command INITiate. Note: The command is only available in time measurement mode and with R&S NRP-Z81 power sensors.
- param state:
0| 1| OFF| ON
- param channel:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sense’)