State

SCPI Command :

[SENSe]:PSERvoing:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# [SENSe]:PSERvoing:STATe
value: bool = driver.applications.k18AmplifierEt.sense.pservoing.state.get()

Sets and queries the power servoing state.

Returns:

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# [SENSe]:PSERvoing:STATe
driver.applications.k18AmplifierEt.sense.pservoing.state.set(state = False)

Sets and queries the power servoing state.

Parameters:

state – ON | OFF | 1 | 0