Minimum

SCPI Command:

FETCh:AFRF:MEASurement<Instance>:MEValuation:FFT:DEModulation:LSBPower:MINimum
READ:AFRF:MEASurement<Instance>:MEValuation:FFT:DEModulation:LSBPower:MINimum
class MinimumCls[source]

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

fetch() List[float][source]
# SCPI: FETCh:AFRF:MEASurement<Instance>:MEValuation:FFT:DEModulation:LSBPower:MINimum
value: List[float] = driver.afRf.measurement.multiEval.fft.demodulation.lsbPower.minimum.fetch()

Query the contents of the spectrum diagram for SSB-LSB demodulation.

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

return:

power: Comma-separated list of 1793 audio level values (diagram from left to right) Unit: dBFS

read() List[float][source]
# SCPI: READ:AFRF:MEASurement<Instance>:MEValuation:FFT:DEModulation:LSBPower:MINimum
value: List[float] = driver.afRf.measurement.multiEval.fft.demodulation.lsbPower.minimum.read()

Query the contents of the spectrum diagram for SSB-LSB demodulation.

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

return:

power: Comma-separated list of 1793 audio level values (diagram from left to right) Unit: dBFS