Annotation

SCPI Command :

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

Selects fullscreen display of the measurement diagram on the display and in the hardcopy file.

return:

state: 0| 1| OFF| ON

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

Selects fullscreen display of the measurement diagram on the display and in the hardcopy file.

param state:

0| 1| OFF| ON