Maximum

SCPI Commands :

READ:LTE:MEASurement<Instance>:MEValuation:TRACe:SEMask:RBW<kHz>:MAXimum
FETCh:LTE:MEASurement<Instance>:MEValuation:TRACe:SEMask:RBW<kHz>:MAXimum
class MaximumCls[source]

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

fetch(rBWkHz=RBWkHz.Default) List[float][source]
# SCPI: FETCh:LTE:MEASurement<Instance>:MEValuation:TRACe:SEMask:RBW<kHz>:MAXimum
value: List[float] = driver.multiEval.trace.seMask.rbw.maximum.fetch(rBWkHz = repcap.RBWkHz.Default)

Returns the values of the spectrum emission traces. Separate traces are available for the individual resolution bandwidths (<kHz>) . The results of the current, average and maximum traces can be retrieved. See also ‘View Spectrum Emission Mask’.

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

param rBWkHz:

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

return:

power: float Comma-separated list of power results The value in the middle of the result array corresponds to the center frequency. The test point separation between two results depends on the resolution bandwidth, see table below. For RBW100 and greater, results are only available for frequencies with active limits using these RBWs. For other frequencies, INV is returned. Unit: dBm

read(rBWkHz=RBWkHz.Default) List[float][source]
# SCPI: READ:LTE:MEASurement<Instance>:MEValuation:TRACe:SEMask:RBW<kHz>:MAXimum
value: List[float] = driver.multiEval.trace.seMask.rbw.maximum.read(rBWkHz = repcap.RBWkHz.Default)

Returns the values of the spectrum emission traces. Separate traces are available for the individual resolution bandwidths (<kHz>) . The results of the current, average and maximum traces can be retrieved. See also ‘View Spectrum Emission Mask’.

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

param rBWkHz:

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

return:

power: float Comma-separated list of power results The value in the middle of the result array corresponds to the center frequency. The test point separation between two results depends on the resolution bandwidth, see table below. For RBW100 and greater, results are only available for frequencies with active limits using these RBWs. For other frequencies, INV is returned. Unit: dBm