State<Instrument>
SCPI Command :
CONFigure[:LTE]:ANTMatrix:STATe<in>
- Commands in total: 1Subgroups: 0Direct child commands: 1
Repeated Capability Setting:
# Range: Nr1 .. Nr4 driver.applications.k10Xlte.configure.lte.antMatrix.state.repcap_instrument_set(repcap.Instrument.Nr1)
- get(instrument=Instrument.Default) bool[source]
# 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.
- Parameters:
instrument – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘State’)
- Returns:
state: ON | OFF | 1 | 0
- set(state: bool, instrument=Instrument.Default) None[source]
# 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.
- Parameters:
state – ON | OFF | 1 | 0
instrument – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘State’)
Cloning the Group
# Create a copy of the original group, that exists independently
state_copy = driver.applications.k10Xlte.configure.lte.antMatrix.state.clone()