Cosine

SCPI Commands :

[SOURce<HW>]:BB:HUWB:FILTer:PARameter:COSine:COFS
[SOURce<HW>]:BB:HUWB:FILTer:PARameter:COSine
class CosineCls[source]

Cosine commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_cofs() float[source]
# SCPI: [SOURce<HW>]:BB:HUWB:FILTer:PARameter:COSine:COFS
value: float = driver.source.bb.huwb.filterPy.parameter.cosine.get_cofs()

Sets the cut-off frequency shift of the applied filter.

return

cofs: No help available

get_value() float[source]
# SCPI: [SOURce<HW>]:BB:HUWB:FILTer:PARameter:COSine
value: float = driver.source.bb.huwb.filterPy.parameter.cosine.get_value()
Sets the filter parameter.

Table Header: Filter type / Parameter / Parameter name / Min / Max / Increment / Default

  • APCO25 / Rolloff factor / <Apco25> / 0.05 / 0.99 / 0.01 / 0.2

  • COSine / Rolloff factor / <Cosine> / 0 / 1 / 0.01 / 0.1

  • GAUSs / BxT / <Gauss> / 0.15 / 2.5 / 0.01 / 0.5

  • LPASs / Cutoff frequency / <LPass> / 0.02 / 2 / 0.01 / 0.34

  • LPASSEVM / Cutoff frequency / <CutoffFrequency> / 0.05 / 2 / 0.01 / 0.29

  • PGAuss / BxT / <PGauss> / 0.15 / 2.5 / 0.01 / 0.5

  • RCOSine / Rolloff factor / <RCosine> / 0 / 1 / 0.01 / 0.22

  • SPHase / BxT / <SPhase> / 0.15 / 2.5 / 0.01 / 2

return

cosine: No help available

set_cofs(cofs: float) None[source]
# SCPI: [SOURce<HW>]:BB:HUWB:FILTer:PARameter:COSine:COFS
driver.source.bb.huwb.filterPy.parameter.cosine.set_cofs(cofs = 1.0)

Sets the cut-off frequency shift of the applied filter.

param cofs

float Range: -1 to 1

set_value(cosine: float) None[source]
# SCPI: [SOURce<HW>]:BB:HUWB:FILTer:PARameter:COSine
driver.source.bb.huwb.filterPy.parameter.cosine.set_value(cosine = 1.0)
Sets the filter parameter.

Table Header: Filter type / Parameter / Parameter name / Min / Max / Increment / Default

  • APCO25 / Rolloff factor / <Apco25> / 0.05 / 0.99 / 0.01 / 0.2

  • COSine / Rolloff factor / <Cosine> / 0 / 1 / 0.01 / 0.1

  • GAUSs / BxT / <Gauss> / 0.15 / 2.5 / 0.01 / 0.5

  • LPASs / Cutoff frequency / <LPass> / 0.02 / 2 / 0.01 / 0.34

  • LPASSEVM / Cutoff frequency / <CutoffFrequency> / 0.05 / 2 / 0.01 / 0.29

  • PGAuss / BxT / <PGauss> / 0.15 / 2.5 / 0.01 / 0.5

  • RCOSine / Rolloff factor / <RCosine> / 0 / 1 / 0.01 / 0.22

  • SPHase / BxT / <SPhase> / 0.15 / 2.5 / 0.01 / 2

param cosine

float Range: 0.15 to 2.5