Pstate

SCPI Command :

[SENSe]:CORRection:FRESponse:USER:PSTate
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# [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.

Returns:

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

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

Parameters:

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