Annotation

SCPI Command :

[SENSe]:FREQuency:ANNotation
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() AnnotationMode[source]
# [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.

Returns:

mode: CSPan | SSTop CSPan span / center SSTop start / stop frequency

set(mode: AnnotationMode) None[source]
# [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.

Parameters:

mode – CSPan | SSTop CSPan span / center SSTop start / stop frequency