Trace

SCPI Command:

FETCh:AFRF:MEASurement<Instance>:SROutines:TSENsitivity:AOUT:LEVel:TRACe
READ:AFRF:MEASurement<Instance>:SROutines:TSENsitivity:AOUT:LEVel: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:AOUT:LEVel:TRACe
value: List[float] = driver.afRf.measurement.searchRoutines.tsensitivity.audioOutput.level.trace.fetch()

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

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

return:

af_level_list: Comma-separated list of AF level values for the AF path Unit: V

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

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

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

return:

af_level_list: Comma-separated list of AF level values for the AF path Unit: V