Bandwidth

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:SIN:FILTer:BPASs:BWIDth
class BandwidthCls[source]

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

class BandwidthStruct[source]

Response structure. Fields:

  • Bandwidth_Left: float: Bandwidth for left SPDIF channel Unit: Hz

  • Bandwidth_Right: float: Bandwidth for right SPDIF channel Unit: Hz

get() BandwidthStruct[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SIN:FILTer:BPASs:BWIDth
value: BandwidthStruct = driver.configure.afRf.measurement.spdif.filterPy.bpass.bandwidth.get()

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

return:

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

set(bandwidth_left: float, bandwidth_right: float) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SIN:FILTer:BPASs:BWIDth
driver.configure.afRf.measurement.spdif.filterPy.bpass.bandwidth.set(bandwidth_left = 1.0, bandwidth_right = 1.0)

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

param bandwidth_left:

Bandwidth for left SPDIF channel Unit: Hz

param bandwidth_right:

Bandwidth for right SPDIF channel Unit: Hz