State

SCPI Command :

[SENSe]:ADEMod:SETTling:TIME:STATe
class StateCls[source]

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

get() bool[source]
# SCPI: [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’.

return

state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on

set(state: bool) None[source]
# SCPI: [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’.

param state

ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on