EonPower<EonPowerScs>

RepCap Settings

# Range: Nr15 .. Nr60
rc = driver.configure.nrSubMeas.srs.limit.pdynamics.eonPower.repcap_eonPowerScs_get()
driver.configure.nrSubMeas.srs.limit.pdynamics.eonPower.repcap_eonPowerScs_set(repcap.EonPowerScs.Nr15)

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:SRS:LIMit:PDYNamics:EONPower<scs>
class EonPowerCls[source]

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

get(eonPowerScs=EonPowerScs.Default) List[float][source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:SRS:LIMit:PDYNamics:EONPower<scs>
value: List[float] = driver.configure.nrSubMeas.srs.limit.pdynamics.eonPower.get(eonPowerScs = repcap.EonPowerScs.Default)

Defines limits for the ON power determined with the power dynamics measurement. There is one limit value per SCS and channel bandwidth. The effective limit is (<OnPower> - (9 dB + test tolerance) ) to (<OnPower> + (9 dB + test tolerance) ).

param eonPowerScs:

optional repeated capability selector. Default value: Nr15 (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. For 15 kHz, the highest five channel bandwidths are not defined. For 60 kHz, the lowest channel bandwidth is not defined. Send KEEP for not defined values.

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

Defines limits for the ON power determined with the power dynamics measurement. There is one limit value per SCS and channel bandwidth. The effective limit is (<OnPower> - (9 dB + test tolerance) ) to (<OnPower> + (9 dB + test tolerance) ).

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. For 15 kHz, the highest five channel bandwidths are not defined. For 60 kHz, the lowest channel bandwidth is not defined. Send KEEP for not defined values.

param eonPowerScs:

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

Cloning the Group

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