Pstate

SCPI Command :

[SENSe]:CORRection:FRESponse:USER:PSTate
class PstateCls[source]

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

get() bool[source]
# SCPI: [SENSe]:CORRection:FRESponse:USER:PSTate
value: bool = driver.sense.correction.fresponse.user.pstate.get()

Activates or deactivates the preview of the user correction files for all input types. Note that this function is only available for remote operation. The preview cannot be switched back on in manual operation.

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]:CORRection:FRESponse:USER:PSTate
driver.sense.correction.fresponse.user.pstate.set(state = False)

Activates or deactivates the preview of the user correction files for all input types. Note that this function is only available for remote operation. The preview cannot be switched back on in manual operation.

param state

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