LedState<Instrument>

SCPI Command :

CONFigure[:LTE]:ANTMatrix:LEDState<in>
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr1 .. Nr4

driver.applications.k10Xlte.configure.lte.antMatrix.ledState.repcap_instrument_set(repcap.Instrument.Nr1)
get(instrument=Instrument.Default) LedState[source]
# CONFigure[:LTE]:ANTMatrix:LEDState<in>
value: enums.LedState = driver.applications.k10Xlte.configure.lte.antMatrix.ledState.get(instrument = repcap.Instrument.Default)

Queries the state of one of the instruments in a MIMO setup.

Parameters:

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

Returns:

color: GREEN Connection to the instrument has been successfully established. GREY Instrument connection has been turned off with method RsFsw.applications.k10Xlte.configure.lte.antMatrix.state.set() . RED Connection to the instrument could not be established.

Cloning the Group

# Create a copy of the original group, that exists independently
ledState_copy = driver.applications.k10Xlte.configure.lte.antMatrix.ledState.clone()