LedState

SCPI Command :

SYSTem:COMMunicate:RDEVice:OSCilloscope:LEDState
class LedStateCls[source]

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

get() RsFsw.enums.ControlState[source]
# SCPI: SYSTem:COMMunicate:RDEVice:OSCilloscope:LEDState
value: enums.ControlState = driver.system.communicate.rdevice.oscilloscope.ledState.get()

Returns the state of the LAN connection to the oscilloscope for the optional 2 GHz / 5 GHz bandwidth extension (FSW-B2000/B5000) . For details see ‘Alignment’.

return

color: OFF | SUCCessful | ERRor SUCCessful Connection to the instrument has been established successfully. OFF No instrument configured. ERRor 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.K6_Pulse.System.Communicate.Rdevice.Oscilloscope.Tcpip.set) .

set(color: RsFsw.enums.ControlState) None[source]
# SCPI: SYSTem:COMMunicate:RDEVice:OSCilloscope:LEDState
driver.system.communicate.rdevice.oscilloscope.ledState.set(color = enums.ControlState.ERRor)

Returns the state of the LAN connection to the oscilloscope for the optional 2 GHz / 5 GHz bandwidth extension (FSW-B2000/B5000) . For details see ‘Alignment’.

param color

OFF | SUCCessful | ERRor SUCCessful Connection to the instrument has been established successfully. OFF No instrument configured. ERRor 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.K6_Pulse.System.Communicate.Rdevice.Oscilloscope.Tcpip.set) .