Annotation

SCPI Command :

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

Selects the standard view, i.e. diagram and buttons but no lists are displayed and also stored in the hardcopy file.

return:

state: 0| 1| OFF| ON

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

Selects the standard view, i.e. diagram and buttons but no lists are displayed and also stored in the hardcopy file.

param state:

0| 1| OFF| ON