Cosine
SCPI Commands :
[SOURce<HW>]:BB:DVB:FILTer:PARameter:COSine:COFS
[SOURce<HW>]:BB:DVB: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:DVB:FILTer:PARameter:COSine:COFS value: float = driver.source.bb.dvb.filterPy.parameter.cosine.get_cofs()
- 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 / Cutoff frequency shift / <Cosf> / 1 / 1 / 0.01 / 0.1
COSine / Rolloff factor / <Cosine> / 0 / 1 / 0.01 / 0.1
GAUSs / BxT / <Gauss> / 0.15 / 2.5 / 0.01 / 0.5
LPASs / Cutoff frequency factor / <LPass> / 0.05 / 2 / 0.01 / 0.5
LPASSEVM / Cutoff frequency factor / <LPassEvm> / 0.05 / 2 / 0.01 / 0.5
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
cofs: No help available
- get_value() float [source]
# SCPI: [SOURce<HW>]:BB:DVB:FILTer:PARameter:COSine value: float = driver.source.bb.dvb.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 / Cutoff frequency shift / <Cosf> / 1 / 1 / 0.01 / 0.1
COSine / Rolloff factor / <Cosine> / 0 / 1 / 0.01 / 0.1
GAUSs / BxT / <Gauss> / 0.15 / 2.5 / 0.01 / 0.5
LPASs / Cutoff frequency factor / <LPass> / 0.05 / 2 / 0.01 / 0.5
LPASSEVM / Cutoff frequency factor / <LPassEvm> / 0.05 / 2 / 0.01 / 0.5
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:DVB:FILTer:PARameter:COSine:COFS driver.source.bb.dvb.filterPy.parameter.cosine.set_cofs(cofs = 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 / Cutoff frequency shift / <Cosf> / 1 / 1 / 0.01 / 0.1
COSine / Rolloff factor / <Cosine> / 0 / 1 / 0.01 / 0.1
GAUSs / BxT / <Gauss> / 0.15 / 2.5 / 0.01 / 0.5
LPASs / Cutoff frequency factor / <LPass> / 0.05 / 2 / 0.01 / 0.5
LPASSEVM / Cutoff frequency factor / <LPassEvm> / 0.05 / 2 / 0.01 / 0.5
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 cofs
float Range: 0.15 to 2.5
- set_value(cosine: float) None [source]
# SCPI: [SOURce<HW>]:BB:DVB:FILTer:PARameter:COSine driver.source.bb.dvb.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 / Cutoff frequency shift / <Cosf> / 1 / 1 / 0.01 / 0.1
COSine / Rolloff factor / <Cosine> / 0 / 1 / 0.01 / 0.1
GAUSs / BxT / <Gauss> / 0.15 / 2.5 / 0.01 / 0.5
LPASs / Cutoff frequency factor / <LPass> / 0.05 / 2 / 0.01 / 0.5
LPASSEVM / Cutoff frequency factor / <LPassEvm> / 0.05 / 2 / 0.01 / 0.5
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