State

SCPI Command :

TRACe<CH>:[POWer]:SWEep:MEASurement:TRANsition:POSitive:DURation: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:TRANsition:POSitive:DURation:DISPlay:ANNotation:[STATe]
value: bool = driver.trace.power.sweep.measurement.transition.positive.duration.display.annotation.state.get(trace = repcap.Trace.Default)

The above listed commands select the pulse parameters which are indicated in the display and hardcopy file. Only six parameters can be indicated at a time. Note: These commands are 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:TRANsition:POSitive:DURation:DISPlay:ANNotation:[STATe]
driver.trace.power.sweep.measurement.transition.positive.duration.display.annotation.state.set(state = False, trace = repcap.Trace.Default)

The above listed commands select the pulse parameters which are indicated in the display and hardcopy file. Only six parameters can be indicated at a time. Note: These commands are 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’)