ConState
SCPI Command :
INPut<ip>:IQ:OSC:CONState
- class ConStateCls[source]
ConState commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(inputIx=InputIx.Default) str [source]
# SCPI: INPut<ip>:IQ:OSC:CONState value: str = driver.applications.iqAnalyzer.inputPy.iq.osc.conState.get(inputIx = repcap.InputIx.Default)
Returns the state of the LAN connection to the oscilloscope for the optional Oscilloscope Baseband Input. For details see ‘Processing Oscilloscope Baseband Input’.
- param inputIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘InputPy’)
- return
connection_state: CONNECTED | NOT_CONNECTED | ESTABLISHING_CONNECTION CONNECTED Connection to the instrument has been established successfully. ESTABLISHING_CONNECTION Connection is currently being established. NOT_CONNECTED Connection to the instrument could not be established. Check the connection between the FSW and the oscilloscope, and make sure the IP address of the oscilloscope has been defined (see method RsFsw.Applications.K149_Uwb.InputPy.Iq.Osc.Tcpip.set) .