State

SCPI Command :

CHANnel<*>:IQ:WARNing[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(channel=Channel.Default) bool[source]
# CHANnel<*>:IQ:WARNing[:STATe]
value: bool = driver.channel.iq.warningPy.state.get(channel = repcap.Channel.Default)

Returns ON if the sampling setup results in an unfavorable combination. To get the message, use method RsRtx.channel.iq.warningPy.message.get() .

Parameters:

channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)

Returns:

warning_state: OFF | ON