Trace

SCPI Command:

FETCh:AFRF:MEASurement<Instance>:SROutines:TSENsitivity:PDEViation:TRACe
READ:AFRF:MEASurement<Instance>:SROutines:TSENsitivity:PDEViation:TRACe
class TraceCls[source]

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

fetch() List[float][source]
# SCPI: FETCh:AFRF:MEASurement<Instance>:SROutines:TSENsitivity:PDEViation:TRACe
value: List[float] = driver.afRf.measurement.searchRoutines.tsensitivity.pdeviation.trace.fetch()

Query the y-values of the points in the TX modulation sensitivity result diagram.

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

return:

phase_dev_list: Comma-separated list of phase deviation values Unit: deg

read() List[float][source]
# SCPI: READ:AFRF:MEASurement<Instance>:SROutines:TSENsitivity:PDEViation:TRACe
value: List[float] = driver.afRf.measurement.searchRoutines.tsensitivity.pdeviation.trace.read()

Query the y-values of the points in the TX modulation sensitivity result diagram.

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

return:

phase_dev_list: Comma-separated list of phase deviation values Unit: deg