Annotation
SCPI Command :
[SENSe]:FREQuency:ANNotation
- class AnnotationCls[source]
Annotation commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() RsFsw.enums.AnnotationMode [source]
# SCPI: [SENSe]:FREQuency:ANNotation value: enums.AnnotationMode = driver.sense.frequency.annotation.get()
Switches the labelling of the y-axis for frequency-based result diagrams. The frequency range itself is not changed. Is not available in all applications and measurements.
- return
mode: CSPan | SSTop CSPan span / center SSTop start / stop frequency
- set(mode: RsFsw.enums.AnnotationMode) None [source]
# SCPI: [SENSe]:FREQuency:ANNotation driver.sense.frequency.annotation.set(mode = enums.AnnotationMode.CSPan)
Switches the labelling of the y-axis for frequency-based result diagrams. The frequency range itself is not changed. Is not available in all applications and measurements.
- param mode
CSPan | SSTop CSPan span / center SSTop start / stop frequency