Trace

SCPI Command:

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

Query the list of RF levels for the squelch measurement. These levels are the x-values for the points in the RX squelch diagram.

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

return:

level_list: Comma-separated list of RF level values Unit: dBm

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

Query the list of RF levels for the squelch measurement. These levels are the x-values for the points in the RX squelch diagram.

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

return:

level_list: Comma-separated list of RF level values Unit: dBm