State
SCPI Command :
TRACe<CH>:[POWer]:SWEep:MEASurement:PULSe:ALL:DISPlay:ANNotation:[STATe]
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(trace=Trace.Default) bool[source]
# SCPI: TRACe<CH>:[POWer]:SWEep:MEASurement:PULSe:ALL:DISPlay:ANNotation:[STATe] value: bool = driver.trace.power.sweep.measurement.pulse.all.display.annotation.state.get(trace = repcap.Trace.Default)
Deactivates the indication of all pulse data of the selected trace. The parameters to be indicated can be selected with the TRAC:SWE:MEAS:…. commands. Only six parameters are indicated at a time. Note: This command is only available in time measurement mode and with R&S NRP-Z81 power sensors.
- param trace:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trace’)
- return:
state: 0| 1| OFF| ON
- set(state: bool, trace=Trace.Default) None[source]
# SCPI: TRACe<CH>:[POWer]:SWEep:MEASurement:PULSe:ALL:DISPlay:ANNotation:[STATe] driver.trace.power.sweep.measurement.pulse.all.display.annotation.state.set(state = False, trace = repcap.Trace.Default)
Deactivates the indication of all pulse data of the selected trace. The parameters to be indicated can be selected with the TRAC:SWE:MEAS:…. commands. Only six parameters are indicated at a time. Note: This command is only available in time measurement mode and with R&S NRP-Z81 power sensors.
- param state:
0| 1| OFF| ON
- param trace:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trace’)