Level<Instrument>

RepCap Settings

# Range: Nr1 .. Nr4
rc = driver.applications.k10Xlte.sense.adjust.level.repcap_instrument_get()
driver.applications.k10Xlte.sense.adjust.level.repcap_instrument_set(repcap.Instrument.Nr1)

SCPI Command :

[SENSe]:ADJust:LEVel<ant>
class LevelCls[source]

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

set(instrument=Instrument.Default) None[source]
# SCPI: [SENSe]:ADJust:LEVel<ant>
driver.applications.k10Xlte.sense.adjust.level.set(instrument = repcap.Instrument.Default)

Initiates a single (internal) measurement that evaluates and sets the ideal reference level for the current input data and measurement settings. This ensures that the settings of the RF attenuation and the reference level are optimally adjusted to the signal level without overloading the FSW or limiting the dynamic range by an S/N ratio that is too small.

param instrument

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

set_with_opc(instrument=Instrument.Default, opc_timeout_ms: int = - 1) None[source]

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k10Xlte.sense.adjust.level.clone()