Address<Instrument>

RepCap Settings

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

SCPI Command :

CONFigure[:LTE]:ANTMatrix:ADDRess<in>
class AddressCls[source]

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

get(instrument=Instrument.Default) str[source]
# SCPI: 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.

param instrument

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

return

address: String containing the address of the analyzer. Connections are possible via TCP/IP.

set(address: str, instrument=Instrument.Default) None[source]
# SCPI: 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.

param address

String containing the address of the analyzer. Connections are possible via TCP/IP.

param instrument

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

Cloning the Group

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