EonPower<EonPower>

RepCap Settings

# Range: Nr1 .. Nr2
rc = driver.configure.nrSubMeas.prach.limit.pdynamics.eonPower.repcap_eonPower_get()
driver.configure.nrSubMeas.prach.limit.pdynamics.eonPower.repcap_eonPower_set(repcap.EonPower.Nr1)

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:PRACh:LIMit:PDYNamics:EONPower<e>
class EonPowerCls[source]

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

get(eonPower=EonPower.Default) List[float][source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:PRACh:LIMit:PDYNamics:EONPower<e>
value: List[float] = driver.configure.nrSubMeas.prach.limit.pdynamics.eonPower.get(eonPower = repcap.EonPower.Default)

Defines limits for the ON power determined with the power dynamics measurement. There are two limit values per channel bandwidth.

param eonPower:

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

return:

on_power: Comma-separated list of 15 values, for the channel bandwidths [MHz]: 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 60, 70, 80, 90, 100. The effective limit is (OnPower - (9 dB + test tolerance) ) to (OnPower + (9 dB + test tolerance) ).

set(on_power: List[float], eonPower=EonPower.Default) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:PRACh:LIMit:PDYNamics:EONPower<e>
driver.configure.nrSubMeas.prach.limit.pdynamics.eonPower.set(on_power = [1.1, 2.2, 3.3], eonPower = repcap.EonPower.Default)

Defines limits for the ON power determined with the power dynamics measurement. There are two limit values per channel bandwidth.

param on_power:

Comma-separated list of 15 values, for the channel bandwidths [MHz]: 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 60, 70, 80, 90, 100. The effective limit is (OnPower - (9 dB + test tolerance) ) to (OnPower + (9 dB + test tolerance) ).

param eonPower:

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.nrSubMeas.prach.limit.pdynamics.eonPower.clone()