Foffset

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:SROutines:LIMit:RIFBandwidth:FOFFset
class FoffsetCls[source]

Foffset commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class FoffsetStruct[source]

Response structure. Fields:

  • Enable: bool: OFF | ON

  • Upper: float: Range: 1 Hz to 50000 Hz, Unit: Hz

get() FoffsetStruct[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SROutines:LIMit:RIFBandwidth:FOFFset
value: FoffsetStruct = driver.configure.afRf.measurement.searchRoutines.limit.rifBandwidth.foffset.get()

Set the upper limit for the center frequency offset.

return:

structure: for return value, see the help for FoffsetStruct structure arguments.

set(enable: bool, upper: float = None) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SROutines:LIMit:RIFBandwidth:FOFFset
driver.configure.afRf.measurement.searchRoutines.limit.rifBandwidth.foffset.set(enable = False, upper = 1.0)

Set the upper limit for the center frequency offset.

param enable:

OFF | ON

param upper:

Range: 1 Hz to 50000 Hz, Unit: Hz