EonPower<EonPower>
SCPI Command :
CONFigure:NRSub:MEASurement<Instance>:PRACh:LIMit:PDYNamics:EONPower<e>
- Commands in total: 1Subgroups: 0Direct child commands: 1
Repeated Capability Setting:
# Range: Nr1 .. Nr2 driver.configure.nrSubMeas.prach.limit.pdynamics.eonPower.repcap_eonPower_set(repcap.EonPower.Nr1)
- get(eonPower=EonPower.Default) List[float][source]
# 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.
- Parameters:
eonPower – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘EonPower’)
- Returns:
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]
# 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.
- Parameters:
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) ).
eonPower – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘EonPower’)
Cloning the Group
# Create a copy of the original group, that exists independently
eonPower_copy = driver.configure.nrSubMeas.prach.limit.pdynamics.eonPower.clone()