Current

SCPI Command:

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

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

fetch() List[float][source]
# SCPI: FETCh:VSE:MEASurement<Instance>:SDIStribute:CURRent
value: List[float] = driver.vse.measurement.sdistribute.current.fetch()

Query the symbol distribution that is the distribution of the measured frequency deviations.

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

return:

symbols: The list of frequency deviations.

read() List[float][source]
# SCPI: READ:VSE:MEASurement<Instance>:SDIStribute:CURRent
value: List[float] = driver.vse.measurement.sdistribute.current.read()

Query the symbol distribution that is the distribution of the measured frequency deviations.

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

return:

symbols: The list of frequency deviations.