Frequency

SCPI Command :

DISPlay:ANNotation:FREQuency
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# DISPlay:ANNotation:FREQuency
value: bool = driver.display.annotation.frequency.get()

This command turns the label of the x-axis on and off.

Returns:

state: ON | OFF | 0 | 1

set(state: bool) None[source]
# DISPlay:ANNotation:FREQuency
driver.display.annotation.frequency.set(state = False)

This command turns the label of the x-axis on and off.

Parameters:

state – ON | OFF | 0 | 1