EsFlatness

SCPI Commands :

READ:LTE:MEASurement<Instance>:MEValuation:TRACe:ESFLatness
FETCh:LTE:MEASurement<Instance>:MEValuation:TRACe:ESFLatness
class EsFlatnessCls[source]

EsFlatness commands group definition. 4 total commands, 1 Subgroups, 2 group commands

fetch() List[float][source]
# SCPI: FETCh:LTE:MEASurement<Instance>:MEValuation:TRACe:ESFLatness
value: List[float] = driver.multiEval.trace.esFlatness.fetch()

Returns the values of the equalizer spectrum flatness trace. See also ‘View Equalizer Spectrum Flatness’.

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

return:

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

read() List[float][source]
# SCPI: READ:LTE:MEASurement<Instance>:MEValuation:TRACe:ESFLatness
value: List[float] = driver.multiEval.trace.esFlatness.read()

Returns the values of the equalizer spectrum flatness trace. See also ‘View Equalizer Spectrum Flatness’.

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

return:

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.multiEval.trace.esFlatness.clone()

Subgroups