Address<Instrument>
SCPI Command :
CONFigure[:LTE]:ANTMatrix:ADDRess<in>
- Commands in total: 1Subgroups: 0Direct child commands: 1
Repeated Capability Setting:
# Range: Nr1 .. Nr4 driver.applications.k10Xlte.configure.lte.antMatrix.address.repcap_instrument_set(repcap.Instrument.Nr1)
- get(instrument=Instrument.Default) str[source]
# CONFigure[:LTE]:ANTMatrix:ADDRess<in> value: str = driver.applications.k10Xlte.configure.lte.antMatrix.address.get(instrument = repcap.Instrument.Default)
Defines the network address of an analyzer in the test setup.
- Parameters:
instrument – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Address’)
- Returns:
address: String containing the address of the analyzer. Connections are possible via TCP/IP.
- set(address: str, instrument=Instrument.Default) None[source]
# CONFigure[:LTE]:ANTMatrix:ADDRess<in> driver.applications.k10Xlte.configure.lte.antMatrix.address.set(address = 'abc', instrument = repcap.Instrument.Default)
Defines the network address of an analyzer in the test setup.
- Parameters:
address – String containing the address of the analyzer. Connections are possible via TCP/IP.
instrument – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Address’)
Cloning the Group
# Create a copy of the original group, that exists independently
address_copy = driver.applications.k10Xlte.configure.lte.antMatrix.address.clone()