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
class EsFlatnessCls[source]

EsFlatness commands group definition. 2 total commands, 0 Subgroups, 2 group commands

fetch(carrierComponent=CarrierComponent.Default, layer=Layer.Default) List[float][source]
# SCPI: 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

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:

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]
# SCPI: 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

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:

power: Comma-separated list of power values, one value per subcarrier For not allocated subcarriers, NCAP is returned.