Cosine
SCPI Commands :
[SOURce<HW>]:BB:GBAS:FILTer:PARameter:COSine:COFS
[SOURce<HW>]:BB:GBAS:FILTer:PARameter:COSine
- Commands in total: 2Subgroups: 0Direct child commands: 2
- get_cofs() float[source]
# [SOURce<HW>]:BB:GBAS:FILTer:PARameter:COSine:COFS value: float = driver.source.bb.gbas.filterPy.parameter.cosine.get_cofs()
Sets the corresponding filter parameter. Filter Type / Parameter / Parameter Name / min / max / increment / default
APCO25 / roll-off factor / <Apco25> / 0.05 / 0.99 / 0.01 / 0.2
COSine / roll-off factor / <Cosine> / 0.05 / 1.00 / 0.01 / 0.35
COSine / bandwidth to symbol rate ratio / <CoFs> / 2 / 2 / 0.01 / 1.00
GAUSs / roll-off factor / <Gauss> / 0.15 / 2.5 / 0.01 / 0.3
LPASs / cut off frequency / <LPass> / 0.05 / 2 / 0.01 / 0.5
LPASSEVM / cut off frequency / <LPassEvm> / 0.05 / 2 / 0.01 / 0.5
PGAuss / roll-off factor / <PGauss> / 0.15 / 2.5 / 0.01 / 0.3
RCOSine / roll-off factor / <RCosine> / 0.05 / 1.00 / 0.01 / 0.35
SPHase / B x T / <SPhase> / 0.15 / 2.5 / 0.01 / 2
- get_value() float[source]
# [SOURce<HW>]:BB:GBAS:FILTer:PARameter:COSine value: float = driver.source.bb.gbas.filterPy.parameter.cosine.get_value()
Sets the corresponding filter parameter. Filter Type / Parameter / Parameter Name / min / max / increment / default
APCO25 / roll-off factor / <Apco25> / 0.05 / 0.99 / 0.01 / 0.2
COSine / roll-off factor / <Cosine> / 0.05 / 1.00 / 0.01 / 0.35
COSine / bandwidth to symbol rate ratio / <CoFs> / 2 / 2 / 0.01 / 1.00
GAUSs / roll-off factor / <Gauss> / 0.15 / 2.5 / 0.01 / 0.3
LPASs / cut off frequency / <LPass> / 0.05 / 2 / 0.01 / 0.5
LPASSEVM / cut off frequency / <LPassEvm> / 0.05 / 2 / 0.01 / 0.5
PGAuss / roll-off factor / <PGauss> / 0.15 / 2.5 / 0.01 / 0.3
RCOSine / roll-off factor / <RCosine> / 0.05 / 1.00 / 0.01 / 0.35
SPHase / B x T / <SPhase> / 0.15 / 2.5 / 0.01 / 2
- set_cofs(cofs: float) None[source]
# [SOURce<HW>]:BB:GBAS:FILTer:PARameter:COSine:COFS driver.source.bb.gbas.filterPy.parameter.cosine.set_cofs(cofs = 1.0)
Sets the corresponding filter parameter. Filter Type / Parameter / Parameter Name / min / max / increment / default
APCO25 / roll-off factor / <Apco25> / 0.05 / 0.99 / 0.01 / 0.2
COSine / roll-off factor / <Cosine> / 0.05 / 1.00 / 0.01 / 0.35
COSine / bandwidth to symbol rate ratio / <CoFs> / 2 / 2 / 0.01 / 1.00
GAUSs / roll-off factor / <Gauss> / 0.15 / 2.5 / 0.01 / 0.3
LPASs / cut off frequency / <LPass> / 0.05 / 2 / 0.01 / 0.5
LPASSEVM / cut off frequency / <LPassEvm> / 0.05 / 2 / 0.01 / 0.5
PGAuss / roll-off factor / <PGauss> / 0.15 / 2.5 / 0.01 / 0.3
RCOSine / roll-off factor / <RCosine> / 0.05 / 1.00 / 0.01 / 0.35
SPHase / B x T / <SPhase> / 0.15 / 2.5 / 0.01 / 2
- Parameters:
cofs – float Range: 0.15 to 2.5
- set_value(cosine: float) None[source]
# [SOURce<HW>]:BB:GBAS:FILTer:PARameter:COSine driver.source.bb.gbas.filterPy.parameter.cosine.set_value(cosine = 1.0)
Sets the corresponding filter parameter. Filter Type / Parameter / Parameter Name / min / max / increment / default
APCO25 / roll-off factor / <Apco25> / 0.05 / 0.99 / 0.01 / 0.2
COSine / roll-off factor / <Cosine> / 0.05 / 1.00 / 0.01 / 0.35
COSine / bandwidth to symbol rate ratio / <CoFs> / 2 / 2 / 0.01 / 1.00
GAUSs / roll-off factor / <Gauss> / 0.15 / 2.5 / 0.01 / 0.3
LPASs / cut off frequency / <LPass> / 0.05 / 2 / 0.01 / 0.5
LPASSEVM / cut off frequency / <LPassEvm> / 0.05 / 2 / 0.01 / 0.5
PGAuss / roll-off factor / <PGauss> / 0.15 / 2.5 / 0.01 / 0.3
RCOSine / roll-off factor / <RCosine> / 0.05 / 1.00 / 0.01 / 0.35
SPHase / B x T / <SPhase> / 0.15 / 2.5 / 0.01 / 2
- Parameters:
cosine – float Range: 0.15 to 2.5