Current

SCPI Command:

FETCh:VSE:MEASurement<Instance>:EDIagram:CURRent
READ:VSE:MEASurement<Instance>:EDIagram: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>:EDIagram:CURRent
value: List[float] = driver.vse.measurement.ediagram.current.fetch()

Query the eye diagram current results.

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

return:

eye_diagram: Comma-separated list of 1020 frequency deviation values. The list has 60 lines with 17 values each. Each line in the diagram is interpolated from 17 values. Unit: Hz

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

Query the eye diagram current results.

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

return:

eye_diagram: Comma-separated list of 1020 frequency deviation values. The list has 60 lines with 17 values each. Each line in the diagram is interpolated from 17 values. Unit: Hz