State

SCPI Command :

[SENSe]:CORRection:FRESponse:USER:FLISt<fli>:MAGNitude[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(fileList=FileList.Default) bool[source]
# [SENSe]:CORRection:FRESponse:USER:FLISt<fli>:MAGNitude[:STATe]
value: bool = driver.sense.correction.fresponse.user.flist.magnitude.state.get(fileList = repcap.FileList.Default)

Activates or deactivates the use of the correction data in the selected file for magnitude results.

Parameters:

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

Returns:

state: ON | OFF | 0 | 1 OFF | 0 Applies the data for magnitude results. ON | 1 Does not apply the data for magnitude results.

set(state: bool, fileList=FileList.Default) None[source]
# [SENSe]:CORRection:FRESponse:USER:FLISt<fli>:MAGNitude[:STATe]
driver.sense.correction.fresponse.user.flist.magnitude.state.set(state = False, fileList = repcap.FileList.Default)

Activates or deactivates the use of the correction data in the selected file for magnitude results.

Parameters:
  • state – ON | OFF | 0 | 1 OFF | 0 Applies the data for magnitude results. ON | 1 Does not apply the data for magnitude results.

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