Cosine

SCPI Commands :

[SOURce<HW>]:BB:DM:FILTer:PARameter:COSine:BANDwidth
[SOURce<HW>]:BB:DM:FILTer:PARameter:COSine:[ROLLoff]
class CosineCls[source]

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

get_bandwidth() float[source]
# SCPI: [SOURce<HW>]:BB:DM:FILTer:PARameter:COSine:BANDwidth
value: float = driver.source.bb.dm.filterPy.parameter.cosine.get_bandwidth()
Sets the 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

  • APCO25Lsm / Cut off frequency for the lowpass/gauss filter (LOWPass/:GAUSs) / <Cosine> / 400 / 25E6 / 1E-3 / 270833.333

  • COSine / Bandwidth / <FiltParm> / 400 / depends on the installed options*) / 1E-3 / 270833.333

  • COSine / Roll-off factor / <Cosine> / 0.05 / 1 / 0.01 / 0.35

  • GAUSs / Roll-off factor / <Gauss> / 0.15 / 100000 / 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 / 0.001 / 0.35

  • SPHase / B x T / <SPhase> / 0.15 / 2.5 / 0.01 / 2

*) 100E6 (R&S SMW-B10) / 600E6 (R&S SMW-B9)

return

bandwidth: No help available

get_rolloff() float[source]
# SCPI: [SOURce<HW>]:BB:DM:FILTer:PARameter:COSine:[ROLLoff]
value: float = driver.source.bb.dm.filterPy.parameter.cosine.get_rolloff()
Sets the 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

  • APCO25Lsm / Cut off frequency for the lowpass/gauss filter (LOWPass/:GAUSs) / <Cosine> / 400 / 25E6 / 1E-3 / 270833.333

  • COSine / Bandwidth / <FiltParm> / 400 / depends on the installed options*) / 1E-3 / 270833.333

  • COSine / Roll-off factor / <Cosine> / 0.05 / 1 / 0.01 / 0.35

  • GAUSs / Roll-off factor / <Gauss> / 0.15 / 100000 / 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 / 0.001 / 0.35

  • SPHase / B x T / <SPhase> / 0.15 / 2.5 / 0.01 / 2

*) 100E6 (R&S SMW-B10) / 600E6 (R&S SMW-B9)

return

cosine: No help available

set_bandwidth(bandwidth: float) None[source]
# SCPI: [SOURce<HW>]:BB:DM:FILTer:PARameter:COSine:BANDwidth
driver.source.bb.dm.filterPy.parameter.cosine.set_bandwidth(bandwidth = 1.0)
Sets the 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

  • APCO25Lsm / Cut off frequency for the lowpass/gauss filter (LOWPass/:GAUSs) / <Cosine> / 400 / 25E6 / 1E-3 / 270833.333

  • COSine / Bandwidth / <FiltParm> / 400 / depends on the installed options*) / 1E-3 / 270833.333

  • COSine / Roll-off factor / <Cosine> / 0.05 / 1 / 0.01 / 0.35

  • GAUSs / Roll-off factor / <Gauss> / 0.15 / 100000 / 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 / 0.001 / 0.35

  • SPHase / B x T / <SPhase> / 0.15 / 2.5 / 0.01 / 2

*) 100E6 (R&S SMW-B10) / 600E6 (R&S SMW-B9)

param bandwidth

float Range: 0.15 to 2.5

set_rolloff(cosine: float) None[source]
# SCPI: [SOURce<HW>]:BB:DM:FILTer:PARameter:COSine:[ROLLoff]
driver.source.bb.dm.filterPy.parameter.cosine.set_rolloff(cosine = 1.0)
Sets the 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

  • APCO25Lsm / Cut off frequency for the lowpass/gauss filter (LOWPass/:GAUSs) / <Cosine> / 400 / 25E6 / 1E-3 / 270833.333

  • COSine / Bandwidth / <FiltParm> / 400 / depends on the installed options*) / 1E-3 / 270833.333

  • COSine / Roll-off factor / <Cosine> / 0.05 / 1 / 0.01 / 0.35

  • GAUSs / Roll-off factor / <Gauss> / 0.15 / 100000 / 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 / 0.001 / 0.35

  • SPHase / B x T / <SPhase> / 0.15 / 2.5 / 0.01 / 2

*) 100E6 (R&S SMW-B10) / 600E6 (R&S SMW-B9)

param cosine

float Range: 0.15 to 2.5