State
SCPI Command :
[SENSe]:ADEMod:SETTling:TIME:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# [SENSe]:ADEMod:SETTling:TIME:STATe value: bool = driver.sense.ademod.settling.time.state.get()
Enables or disables the calculation and display of the settling time. The function is available for all time domain displays. For details, see ‘Settling time’.
- Returns:
state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on
- set(state: bool) None[source]
# [SENSe]:ADEMod:SETTling:TIME:STATe driver.sense.ademod.settling.time.state.set(state = False)
Enables or disables the calculation and display of the settling time. The function is available for all time domain displays. For details, see ‘Settling time’.
- Parameters:
state – ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on