State

SCPI Command :

[SENSe]:PSERvoing:STATe
class StateCls[source]

State commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() bool[source]
# SCPI: [SENSe]:PSERvoing:STATe
value: bool = driver.applications.k18AmplifierEt.sense.pservoing.state.get()

Sets and queries the power servoing state.

return

state: ON | OFF | 1 | 0

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

Sets and queries the power servoing state.

param state

ON | OFF | 1 | 0