Cosine

SCPI Commands :

[SOURce<HW>]:BB:GBAS:FILTer:PARameter:COSine:COFS
[SOURce<HW>]:BB:GBAS: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:GBAS:FILTer:PARameter:COSine:COFS
value: float = driver.source.bb.gbas.filterPy.parameter.cosine.get_cofs()
Sets the corresponding filter parameter.

Table Header: 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

return

cofs: No help available

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

Table Header: 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

return

cosine: No help available

set_cofs(cofs: float) None[source]
# SCPI: [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.

Table Header: 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

param cofs

float Range: 0.15 to 2.5

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

Table Header: 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

param cosine

float Range: 0.15 to 2.5