Trace

SCPI Command:

FETCh:AFRF:MEASurement<Instance>:SROutines:RIFBandwidth:NLEVel:TRACe
READ:AFRF:MEASurement<Instance>:SROutines:RIFBandwidth:NLEVel: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:RIFBandwidth:NLEVel:TRACe
value: List[float] = driver.afRf.measurement.searchRoutines.rifBandwidth.nlevel.trace.fetch()

Query the noise level values for the RX IF bandwidth measurement. These values are the y-values for the points in the RX IF bandwidth diagram.

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

return:

noise_level: Comma-separated list of noise level values Unit: V

read() List[float][source]
# SCPI: READ:AFRF:MEASurement<Instance>:SROutines:RIFBandwidth:NLEVel:TRACe
value: List[float] = driver.afRf.measurement.searchRoutines.rifBandwidth.nlevel.trace.read()

Query the noise level values for the RX IF bandwidth measurement. These values are the y-values for the points in the RX IF bandwidth diagram.

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

return:

noise_level: Comma-separated list of noise level values Unit: V