Maximum

SCPI Commands :

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

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

fetch() List[float][source]
# SCPI: FETCh:NIOT:MEASurement<Instance>:MEValuation:TRACe:SEMask:MAXimum
value: List[float] = driver.niotMeas.multiEval.trace.seMask.maximum.fetch()

Returns the values of the spectrum emission traces. The results of the current, average and maximum traces can be retrieved. See also ‘Square Spectrum Emission Mask’.

Suppressed linked return values: reliability

return:

power: Comma-separated list of 1067 power results The value in the middle of the result array corresponds to the center frequency. The test point separation between two results equals 3.75 kHz.

read() List[float][source]
# SCPI: READ:NIOT:MEASurement<Instance>:MEValuation:TRACe:SEMask:MAXimum
value: List[float] = driver.niotMeas.multiEval.trace.seMask.maximum.read()

Returns the values of the spectrum emission traces. The results of the current, average and maximum traces can be retrieved. See also ‘Square Spectrum Emission Mask’.

Suppressed linked return values: reliability

return:

power: Comma-separated list of 1067 power results The value in the middle of the result array corresponds to the center frequency. The test point separation between two results equals 3.75 kHz.