State

SCPI Command :

[SENSe]:CORRection:FRESponse:INPut<ip>:USER:FLISt<fli>:PHASe[:STATe]
class StateCls[source]

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

get(inputIx=InputIx.Default, fileList=FileList.Default) bool[source]
# SCPI: [SENSe]:CORRection:FRESponse:INPut<ip>:USER:FLISt<fli>:PHASe[:STATe]
value: bool = driver.sense.correction.fresponse.inputPy.user.flist.phase.state.get(inputIx = repcap.InputIx.Default, fileList = repcap.FileList.Default)

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

param inputIx

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

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, inputIx=InputIx.Default, fileList=FileList.Default) None[source]
# SCPI: [SENSe]:CORRection:FRESponse:INPut<ip>:USER:FLISt<fli>:PHASe[:STATe]
driver.sense.correction.fresponse.inputPy.user.flist.phase.state.set(state = False, inputIx = repcap.InputIx.Default, 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 inputIx

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

param fileList

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