State

SCPI Command :

CALibration:PADJust[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# CALibration:PADJust[:STATe]
value: bool = driver.calibration.padjust.state.get()

Activates or deactivates the preselector adjustment. Is only available for instrument modelsFSW43/50/67, for frequency sweeps in the Spectrum application.

Returns:

state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on

set(state: bool) None[source]
# CALibration:PADJust[:STATe]
driver.calibration.padjust.state.set(state = False)

Activates or deactivates the preselector adjustment. Is only available for instrument modelsFSW43/50/67, for frequency sweeps in the Spectrum application.

Parameters:

state – ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on