Annotation
SCPI Command :
TRACe:[POWer]:SWEep:MEASurement:MARKer: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:MARKer:DISPlay:ANNotation:[STATe] value: bool = driver.trace.power.sweep.measurement.marker.display.annotation.get_state()
Activates the indication of the markers and the marker list in the measurement diagram and in the hardcopy file.
- return:
state: 0| 1| OFF| ON
- set_state(state: bool) None[source]
# SCPI: TRACe:[POWer]:SWEep:MEASurement:MARKer:DISPlay:ANNotation:[STATe] driver.trace.power.sweep.measurement.marker.display.annotation.set_state(state = False)
Activates the indication of the markers and the marker list in the measurement diagram and in the hardcopy file.
- param state:
0| 1| OFF| ON