State
SCPI Command :
[SENSe]:CORRection:FRESponse:USER:FLISt<fli>:MAGNitude[:STATe]
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(fileList=FileList.Default) bool [source]
# SCPI: [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.
- param fileList
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Flist’)
- return
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]
# SCPI: [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.
- param state
ON | OFF | 0 | 1 OFF | 0 Applies the data for magnitude results. ON | 1 Does not apply the data for magnitude results.
- param fileList
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Flist’)