State

SCPI Command :

[SOURce<HW>]:CORRection:FRESponse:IQ:USER:FLISt<CH>:PHASe:[STATe]
class StateCls[source]

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

get(index=Index.Default) bool[source]
# SCPI: [SOURce<HW>]:CORRection:FRESponse:IQ:USER:FLISt<CH>:PHASe:[STATe]
value: bool = driver.source.correction.fresponse.iq.user.flist.phase.state.get(index = repcap.Index.Default)

No command help available

param index

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

return

freq_corr_pha_stat: No help available

set(freq_corr_pha_stat: bool, index=Index.Default) None[source]
# SCPI: [SOURce<HW>]:CORRection:FRESponse:IQ:USER:FLISt<CH>:PHASe:[STATe]
driver.source.correction.fresponse.iq.user.flist.phase.state.set(freq_corr_pha_stat = False, index = repcap.Index.Default)

No command help available

param freq_corr_pha_stat

No help available

param index

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