EsFlatness

SCPI Commands :

READ:NRSub:MEASurement<Instance>:MEValuation:TRACe[:CC<no>]:ESFLatness
FETCh:NRSub:MEASurement<Instance>:MEValuation:TRACe[:CC<no>]:ESFLatness
class EsFlatnessCls[source]

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

fetch(carrierComponent=CarrierComponent.Default) List[float][source]
# SCPI: FETCh:NRSub:MEASurement<Instance>:MEValuation:TRACe[:CC<no>]:ESFLatness
value: List[float] = driver.nrSubMeas.multiEval.trace.cc.esFlatness.fetch(carrierComponent = repcap.CarrierComponent.Default)

Returns the values of the equalizer spectrum flatness trace for carrier <no>. See also ‘View Equalizer Spectrum Flatness’.

Use RsCmwNrFr1Meas.reliability.last_value to read the updated reliability indicator.

param carrierComponent:

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

return:

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

read(carrierComponent=CarrierComponent.Default) List[float][source]
# SCPI: READ:NRSub:MEASurement<Instance>:MEValuation:TRACe[:CC<no>]:ESFLatness
value: List[float] = driver.nrSubMeas.multiEval.trace.cc.esFlatness.read(carrierComponent = repcap.CarrierComponent.Default)

Returns the values of the equalizer spectrum flatness trace for carrier <no>. See also ‘View Equalizer Spectrum Flatness’.

Use RsCmwNrFr1Meas.reliability.last_value to read the updated reliability indicator.

param carrierComponent:

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

return:

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