Bpass

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:DEModulation:FILTer:BPASs:ENABle
CONFigure:AFRF:MEASurement<Instance>:DEModulation:FILTer:BPASs:CFRequency
CONFigure:AFRF:MEASurement<Instance>:DEModulation:FILTer:BPASs:BWIDth
class BpassCls[source]

Bpass commands group definition. 3 total commands, 0 Subgroups, 3 group commands

get_bandwidth() float[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:DEModulation:FILTer:BPASs:BWIDth
value: float = driver.configure.afRf.measurement.demodulation.filterPy.bpass.get_bandwidth()

Configures the bandwidth of the variable bandpass filter in the RF input path.

return:

bandwidth: Range: 20 Hz to 20 kHz, Unit: Hz

get_cfrequency() float[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:DEModulation:FILTer:BPASs:CFRequency
value: float = driver.configure.afRf.measurement.demodulation.filterPy.bpass.get_cfrequency()

Configures the center frequency of the variable bandpass filter in the RF input path.

return:

center_freq: Range: 0 Hz to 21 kHz, Unit: Hz

get_enable() bool[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:DEModulation:FILTer:BPASs:ENABle
value: bool = driver.configure.afRf.measurement.demodulation.filterPy.bpass.get_enable()

Enables or disables the variable bandpass filter in the RF input path.

return:

enable: OFF | ON

set_bandwidth(bandwidth: float) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:DEModulation:FILTer:BPASs:BWIDth
driver.configure.afRf.measurement.demodulation.filterPy.bpass.set_bandwidth(bandwidth = 1.0)

Configures the bandwidth of the variable bandpass filter in the RF input path.

param bandwidth:

Range: 20 Hz to 20 kHz, Unit: Hz

set_cfrequency(center_freq: float) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:DEModulation:FILTer:BPASs:CFRequency
driver.configure.afRf.measurement.demodulation.filterPy.bpass.set_cfrequency(center_freq = 1.0)

Configures the center frequency of the variable bandpass filter in the RF input path.

param center_freq:

Range: 0 Hz to 21 kHz, Unit: Hz

set_enable(enable: bool) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:DEModulation:FILTer:BPASs:ENABle
driver.configure.afRf.measurement.demodulation.filterPy.bpass.set_enable(enable = False)

Enables or disables the variable bandpass filter in the RF input path.

param enable:

OFF | ON