State<Instrument>

RepCap Settings

# Range: Nr1 .. Nr4
rc = driver.applications.k10Xlte.configure.lte.antMatrix.state.repcap_instrument_get()
driver.applications.k10Xlte.configure.lte.antMatrix.state.repcap_instrument_set(repcap.Instrument.Nr1)

SCPI Command :

CONFigure[:LTE]:ANTMatrix:STATe<in>
class StateCls[source]

State commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: Instrument, default value after init: Instrument.Nr1

get(instrument=Instrument.Default) bool[source]
# SCPI: CONFigure[:LTE]:ANTMatrix:STATe<in>
value: bool = driver.applications.k10Xlte.configure.lte.antMatrix.state.get(instrument = repcap.Instrument.Default)

Includes or excludes an analyzer from a MIMO setup.

param instrument

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

return

state: ON | OFF | 1 | 0

set(state: bool, instrument=Instrument.Default) None[source]
# SCPI: CONFigure[:LTE]:ANTMatrix:STATe<in>
driver.applications.k10Xlte.configure.lte.antMatrix.state.set(state = False, instrument = repcap.Instrument.Default)

Includes or excludes an analyzer from a MIMO setup.

param state

ON | OFF | 1 | 0

param instrument

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

Cloning the Group

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