Maximum

SCPI Command:

FETCh:VSE:MEASurement<Instance>:FDERror:MAXimum
READ:VSE:MEASurement<Instance>:FDERror:MAXimum
CALCulate:VSE:MEASurement<Instance>:FDERror:MAXimum
class MaximumCls[source]

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

calculate() ResultStatus[source]
# SCPI: CALCulate:VSE:MEASurement<Instance>:FDERror:MAXimum
value: enums.ResultStatus = driver.vse.measurement.fdError.maximum.calculate()

Query the FSK deviation error results (part of the demodulation results) .

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

return:

fsk_deviation_error: Unit: Hz

fetch() float[source]
# SCPI: FETCh:VSE:MEASurement<Instance>:FDERror:MAXimum
value: float = driver.vse.measurement.fdError.maximum.fetch()

Query the FSK deviation error results (part of the demodulation results) .

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

return:

fsk_deviation_error: Unit: Hz

read() float[source]
# SCPI: READ:VSE:MEASurement<Instance>:FDERror:MAXimum
value: float = driver.vse.measurement.fdError.maximum.read()

Query the FSK deviation error results (part of the demodulation results) .

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

return:

fsk_deviation_error: Unit: Hz