Current

SCPI Command:

FETCh:VSE:MEASurement<Instance>:FDERror:CURRent
READ:VSE:MEASurement<Instance>:FDERror:CURRent
CALCulate:VSE:MEASurement<Instance>:FDERror:CURRent
class CurrentCls[source]

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

calculate() ResultStatus[source]
# SCPI: CALCulate:VSE:MEASurement<Instance>:FDERror:CURRent
value: enums.ResultStatus = driver.vse.measurement.fdError.current.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:CURRent
value: float = driver.vse.measurement.fdError.current.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:CURRent
value: float = driver.vse.measurement.fdError.current.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