ConState

SCPI Command :

INPut:IQ:OSC:CONState
class ConStateCls[source]

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

get() float[source]
# SCPI: INPut:IQ:OSC:CONState
value: float = driver.inputPy.iq.osc.conState.get()

Returns the state of the LAN connection to the oscilloscope for the optional Oscilloscope Baseband Input. For details see ‘Processing Oscilloscope Baseband Input’.

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) .