Trace

SCPI Command:

FETCh:AFRF:MEASurement<Instance>:SROutines:RSQuelch:SQUality:TRACe
READ:AFRF:MEASurement<Instance>:SROutines:RSQuelch:SQUality: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:RSQuelch:SQUality:TRACe
value: List[float] = driver.afRf.measurement.searchRoutines.rsquelch.signalQuality.trace.fetch()

Query the list of signal quality values for the squelch measurement. These values are the y-values for the points in the RX squelch diagram.

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

return:

sig_qual_list: Comma-separated list of signal quality values Unit: dB

read() List[float][source]
# SCPI: READ:AFRF:MEASurement<Instance>:SROutines:RSQuelch:SQUality:TRACe
value: List[float] = driver.afRf.measurement.searchRoutines.rsquelch.signalQuality.trace.read()

Query the list of signal quality values for the squelch measurement. These values are the y-values for the points in the RX squelch diagram.

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

return:

sig_qual_list: Comma-separated list of signal quality values Unit: dB