State

SCPI Command :

[SENSe]:CORRection:FRESponse:BASeband:USER:FLISt<fli>:PHASe[: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:BASeband:USER:FLISt<fli>:PHASe[:STATe]
value: bool = driver.sense.correction.fresponse.baseband.user.flist.phase.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:BASeband:USER:FLISt<fli>:PHASe[:STATe]
driver.sense.correction.fresponse.baseband.user.flist.phase.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’)