Power

SCPI Command :

FETCh:NRMMw:MEASurement<Instance>:MEValuation[:CC<no>][:LAYer<layer>]:IEMission:MARGin:CURRent:POWer
class PowerCls[source]

Power commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: ‘Reliability indicator’

  • Out_Of_Tolerance: int: Out of tolerance result, i.e. the percentage of measurement intervals of the statistic count for modulation measurements exceeding the specified modulation limits.

  • General: float: In-band emission value for the general margin (at non-allocated RBs)

  • Iq_Image: float: In-band emission value for the I/Q image margin (at image frequencies of allocated RBs)

  • Carr_Leakage: float: In-band emission value for the carrier leakage margin (at carrier frequency)

fetch(carrierComponent=CarrierComponent.Default, layer=Layer.Default) FetchStruct[source]
# SCPI: FETCh:NRMMw:MEASurement<Instance>:MEValuation[:CC<no>][:LAYer<layer>]:IEMission:MARGin:CURRent:POWer
value: FetchStruct = driver.nrMmwMeas.multiEval.cc.layer.iemission.margin.current.power.fetch(carrierComponent = repcap.CarrierComponent.Default, layer = repcap.Layer.Default)

Return the in-band emission trace values at the limit line margin positions for carrier <no>.

param carrierComponent:

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

param layer:

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

return:

structure: for return value, see the help for FetchStruct structure arguments.