BwDisplace

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:SROutines:LIMit:RIFBandwidth:BWDisplace
class BwDisplaceCls[source]

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

class BwDisplaceStruct[source]

Response structure. Fields:

  • Enable: bool: OFF | ON

  • Lower: float: Range: 1 Hz to 100000 Hz, Unit: Hz

  • Upper: float: Range: 1000 Hz to 1 MHz, Unit: Hz

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

Enables a limit check and sets limits for the RX bandwidth / RF signal displacement bandwidth.

return:

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

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

Enables a limit check and sets limits for the RX bandwidth / RF signal displacement bandwidth.

param enable:

OFF | ON

param lower:

Range: 1 Hz to 100000 Hz, Unit: Hz

param upper:

Range: 1000 Hz to 1 MHz, Unit: Hz