Sfactor

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:DEModulation:FILTer:DWIDth:SFACtor
class SfactorCls[source]

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

class SfactorStruct[source]

Response structure. Fields:

  • Factor_Left: float: Range: 0.001 to 0.005

  • Factor_Right: float: Range: 0.001 to 0.005

get() SfactorStruct[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:DEModulation:FILTer:DWIDth:SFACtor
value: SfactorStruct = driver.configure.afRf.measurement.demodulation.filterPy.dwidth.sfactor.get()

Sets the distortion filter width factor for a user-defined distortion filter width. CONF:AFRF:MEAS:DEM:FILT:DWID UDEF For FM stereo, the settings configure the left and the right audio channel. For other modulation types, only <FactorLeft> is relevant. <FactorRight> has no effect.

return:

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

set(factor_left: float, factor_right: float) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:DEModulation:FILTer:DWIDth:SFACtor
driver.configure.afRf.measurement.demodulation.filterPy.dwidth.sfactor.set(factor_left = 1.0, factor_right = 1.0)

Sets the distortion filter width factor for a user-defined distortion filter width. CONF:AFRF:MEAS:DEM:FILT:DWID UDEF For FM stereo, the settings configure the left and the right audio channel. For other modulation types, only <FactorLeft> is relevant. <FactorRight> has no effect.

param factor_left:

Range: 0.001 to 0.005

param factor_right:

Range: 0.001 to 0.005