State
SCPI Command :
[SENSe]:CORRection:TRANsducer:ADJust:RLEVel[:STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# [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.
- Returns:
state: ON | OFF | 1 | 0
- set(state: bool) None[source]
# [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.
- Parameters:
state – ON | OFF | 1 | 0