LedState<Instrument>
RepCap Settings
# Range: Nr1 .. Nr4
rc = driver.applications.k10Xlte.configure.lte.antMatrix.ledState.repcap_instrument_get()
driver.applications.k10Xlte.configure.lte.antMatrix.ledState.repcap_instrument_set(repcap.Instrument.Nr1)
SCPI Command :
CONFigure[:LTE]:ANTMatrix:LEDState<in>
- class LedStateCls[source]
LedState commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: Instrument, default value after init: Instrument.Nr1
- get(instrument=Instrument.Default) RsFsw.enums.LedState [source]
# SCPI: 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.
- param instrument
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘LedState’)
- return
color: GREEN Connection to the instrument has been successfully established. GREY Instrument connection has been turned off with method RsFsw.Applications.K10x_Lte.Configure.Lte.AntMatrix.State.set. RED Connection to the instrument could not be established.
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.applications.k10Xlte.configure.lte.antMatrix.ledState.clone()