State

SCPI Command :

[SENSe]:CORRection:TRANsducer:ADJust:RLEVel[:STATe]
class StateCls[source]

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

get() bool[source]
# SCPI: [SENSe]:CORRection:TRANsducer:ADJust:RLEVel[:STATe]
value: bool = driver.sense.correction.transducer.adjust.refLevel.state.get()

This command turns an automatic adjustment of the reference level to the transducer on and off. Before you can use the command, you have to select and turn on a transducer.

return

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# SCPI: [SENSe]:CORRection:TRANsducer:ADJust:RLEVel[:STATe]
driver.sense.correction.transducer.adjust.refLevel.state.set(state = False)

This command turns an automatic adjustment of the reference level to the transducer on and off. Before you can use the command, you have to select and turn on a transducer.

param state

ON | OFF | 1 | 0