Weighting

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:SIN:FILTer:WEIGhting
class WeightingCls[source]

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

class WeightingStruct[source]

Response structure. Fields:

  • Filter_Left: enums.WeightingFilter: OFF | AWEighting | CCITt | CMESsage Left SPDIF channel OFF Filter disabled AWEighting A-weighting filter CCITt CCITT weighting filter CMESsage C-message weighting filter

  • Filter_Right: enums.WeightingFilter: OFF | AWEighting | CCITt | CMESsage Right SPDIF channel

get() WeightingStruct[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SIN:FILTer:WEIGhting
value: WeightingStruct = driver.configure.afRf.measurement.spdif.filterPy.weighting.get()

Configures the weighting filter in the SPDIF input path.

return:

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

set(filter_left: WeightingFilter, filter_right: WeightingFilter) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SIN:FILTer:WEIGhting
driver.configure.afRf.measurement.spdif.filterPy.weighting.set(filter_left = enums.WeightingFilter.AWEighting, filter_right = enums.WeightingFilter.AWEighting)

Configures the weighting filter in the SPDIF input path.

param filter_left:

OFF | AWEighting | CCITt | CMESsage Left SPDIF channel OFF Filter disabled AWEighting A-weighting filter CCITt CCITT weighting filter CMESsage C-message weighting filter

param filter_right:

OFF | AWEighting | CCITt | CMESsage Right SPDIF channel