State

SCPI Command :

[SENSe]:CORRection:FRESponse:INPut<ip>:USER:ADJust:RLEVel:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(inputPy=InputPy.Default) bool[source]
# [SENSe]:CORRection:FRESponse:INPut<ip>:USER:ADJust:RLEVel:STATe
value: bool = driver.sense.correction.fresponse.inputPy.user.adjust.refLevel.state.get(inputPy = repcap.InputPy.Default)

Activates or deactivates the automatic adjustment of the reference level to the active filter calculation configuration. The offset is the mean of the filter calculation. For details and restrictions see ‘Adjust Ref Level’.

Parameters:

inputPy – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘InputPy’)

Returns:

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

set(state: bool, inputPy=InputPy.Default) None[source]
# [SENSe]:CORRection:FRESponse:INPut<ip>:USER:ADJust:RLEVel:STATe
driver.sense.correction.fresponse.inputPy.user.adjust.refLevel.state.set(state = False, inputPy = repcap.InputPy.Default)

Activates or deactivates the automatic adjustment of the reference level to the active filter calculation configuration. The offset is the mean of the filter calculation. For details and restrictions see ‘Adjust Ref Level’.

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

  • inputPy – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘InputPy’)