Annotation

SCPI Command :

TRACe:[POWer]:SWEep:MEASurement:PULSe:DISPlay:ANNotation:[STATe]
class AnnotationCls[source]

Annotation commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_state() bool[source]
# SCPI: TRACe:[POWer]:SWEep:MEASurement:PULSe:DISPlay:ANNotation:[STATe]
value: bool = driver.trace.power.sweep.measurement.pulse.display.annotation.get_state()

Activates the indication of the pulse data below the measurement diagram and storing the data in the hardcopy file. The parameters to be indicated can be selected with the following TRAC:SWE:MEAS:…. commands. Only six parameters are indicated at one time. Note: This command is only avalaible in time measurement mode and with R&S NRPZ81 power sensors.

return:

state: 0| 1| OFF| ON

set_state(state: bool) None[source]
# SCPI: TRACe:[POWer]:SWEep:MEASurement:PULSe:DISPlay:ANNotation:[STATe]
driver.trace.power.sweep.measurement.pulse.display.annotation.set_state(state = False)

Activates the indication of the pulse data below the measurement diagram and storing the data in the hardcopy file. The parameters to be indicated can be selected with the following TRAC:SWE:MEAS:…. commands. Only six parameters are indicated at one time. Note: This command is only avalaible in time measurement mode and with R&S NRPZ81 power sensors.

param state:

0| 1| OFF| ON