Sfactor

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:SIN: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>:SIN:FILTer:DWIDth:SFACtor
value: SfactorStruct = driver.configure.afRf.measurement.spdif.filterPy.dwidth.sfactor.get()

Sets the distortion filter width factor for a user-defined distortion filter width. CONF:AFRF:MEAS:SIN:FILT:DWID UDEF

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>:SIN:FILTer:DWIDth:SFACtor
driver.configure.afRf.measurement.spdif.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:SIN:FILT:DWID UDEF

param factor_left:

Range: 0.001 to 0.005

param factor_right:

Range: 0.001 to 0.005