EsFlatness
SCPI Commands :
READ:NRSub:MEASurement<Instance>:MEValuation:TRACe[:CC<no>][:LAYer<layer>]:ESFLatness
FETCh:NRSub:MEASurement<Instance>:MEValuation:TRACe[:CC<no>][:LAYer<layer>]:ESFLatness
- Commands in total: 2Subgroups: 0Direct child commands: 2
- fetch(carrierComponent=CarrierComponent.Default, layer=Layer.Default) List[float][source]
# FETCh:NRSub:MEASurement<Instance>:MEValuation:TRACe[:CC<no>][:LAYer<layer>]:ESFLatness value: List[float] = driver.nrSubMeas.multiEval.trace.cc.layer.esFlatness.fetch(carrierComponent = repcap.CarrierComponent.Default, layer = repcap.Layer.Default)
Returns the values of the equalizer spectrum flatness trace for carrier <no>, layer/antenna <l>. See also ‘Square Equalizer Spectrum Flatness’.
Suppressed linked return values: reliability
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
layer – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Layer’)
- Returns:
power: Comma-separated list of power values, one value per subcarrier For not allocated subcarriers, NCAP is returned.
- read(carrierComponent=CarrierComponent.Default, layer=Layer.Default) List[float][source]
# READ:NRSub:MEASurement<Instance>:MEValuation:TRACe[:CC<no>][:LAYer<layer>]:ESFLatness value: List[float] = driver.nrSubMeas.multiEval.trace.cc.layer.esFlatness.read(carrierComponent = repcap.CarrierComponent.Default, layer = repcap.Layer.Default)
Returns the values of the equalizer spectrum flatness trace for carrier <no>, layer/antenna <l>. See also ‘Square Equalizer Spectrum Flatness’.
Suppressed linked return values: reliability
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
layer – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Layer’)
- Returns:
power: Comma-separated list of power values, one value per subcarrier For not allocated subcarriers, NCAP is returned.