Maximum
SCPI Commands :
READ:NRSub:MEASurement<Instance>:MEValuation:TRACe:SEMask:RBW<kHz>:MAXimum
FETCh:NRSub:MEASurement<Instance>:MEValuation:TRACe:SEMask:RBW<kHz>:MAXimum
- class MaximumCls[source]
Maximum commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- fetch(rbw=Rbw.Default) List[float][source]
# SCPI: FETCh:NRSub:MEASurement<Instance>:MEValuation:TRACe:SEMask:RBW<kHz>:MAXimum value: List[float] = driver.nrSubMeas.multiEval.trace.seMask.rbw.maximum.fetch(rbw = repcap.Rbw.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 RsCmwNrFr1Meas.reliability.last_value to read the updated reliability indicator.
- param rbw:
optional repeated capability selector. Default value: Bw1 (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. If there is no result for a frequency because no limit is defined, INV is returned. Unit: dBm
- read(rbw=Rbw.Default) List[float][source]
# SCPI: READ:NRSub:MEASurement<Instance>:MEValuation:TRACe:SEMask:RBW<kHz>:MAXimum value: List[float] = driver.nrSubMeas.multiEval.trace.seMask.rbw.maximum.read(rbw = repcap.Rbw.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 RsCmwNrFr1Meas.reliability.last_value to read the updated reliability indicator.
- param rbw:
optional repeated capability selector. Default value: Bw1 (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. If there is no result for a frequency because no limit is defined, INV is returned. Unit: dBm