Coffset

SCPI Command:

FETCh:AFRF:MEASurement<Instance>:SROutines:RIFBandwidth:COFFset
READ:AFRF:MEASurement<Instance>:SROutines:RIFBandwidth:COFFset
class CoffsetCls[source]

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

fetch() float[source]
# SCPI: FETCh:AFRF:MEASurement<Instance>:SROutines:RIFBandwidth:COFFset
value: float = driver.afRf.measurement.searchRoutines.rifBandwidth.coffset.fetch()

Query the center frequency offset.

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

return:

center_offset: Center frequency offset Range: -100 kHz to 100 kHz, Unit: Hz

read() float[source]
# SCPI: READ:AFRF:MEASurement<Instance>:SROutines:RIFBandwidth:COFFset
value: float = driver.afRf.measurement.searchRoutines.rifBandwidth.coffset.read()

Query the center frequency offset.

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

return:

center_offset: Center frequency offset Range: -100 kHz to 100 kHz, Unit: Hz