Annotation

SCPI Command :

TRACe:[POWer]:SWEep:MEASurement:GATE: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:GATE:DISPlay:ANNotation:[STATe]
value: bool = driver.trace.power.sweep.measurement.gate.display.annotation.get_state()

Activates th eindication of the time gate borders and values in the measurement diagram and in the hardcopy file. The gate settings are performed with the CALC:POW:SWE:TIME:GATE:… commands.

return:

state: 0| 1| OFF| ON

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

Activates th eindication of the time gate borders and values in the measurement diagram and in the hardcopy file. The gate settings are performed with the CALC:POW:SWE:TIME:GATE:… commands.

param state:

0| 1| OFF| ON