Parameter

SCPI Commands :

[SOURce<HW>]:BB:DM:FILTer:PARameter:APCO25
[SOURce<HW>]:BB:DM:FILTer:PARameter:GAUSs
[SOURce<HW>]:BB:DM:FILTer:PARameter:LPASSEVM
[SOURce<HW>]:BB:DM:FILTer:PARameter:LPASs
[SOURce<HW>]:BB:DM:FILTer:PARameter:PGAuss
[SOURce<HW>]:BB:DM:FILTer:PARameter:RCOSine
[SOURce<HW>]:BB:DM:FILTer:PARameter:SPHase
Commands in total: 11
Subgroups: 2
Direct child commands: 7
get_apco_25() float[source]
# [SOURce<HW>]:BB:DM:FILTer:PARameter:APCO25
value: float = driver.source.bb.dm.filterPy.parameter.get_apco_25()

Sets the filter parameter. Filter Type / Parameter / Parameter Name / Min / Max / Increment / Default

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

  • APCO25Lsm / Cutoff frequency lowpass filter (LOWPass) / <Cosine> / 50 Hz / depends on options / 1E-3 Hz / 270833.333 Hz

  • APCO25Lsm / Cutoff frequency Gaussian filter (GAUSs) / <FiltParm> / 50 Hz / depends on options / 1E-3 Hz / 270833.333 Hz

  • COSine / Bandwidth / <Bandwidth> / 50 Hz / depends on options / 1E-3 Hz / 270833.333 Hz

  • COSine / Rolloff factor / <Cosine> / 0.05 / 1 / 0.01 / 0.35

  • GAUSs / Rolloff factor / <Gauss> / 0.15 / 100000 / 0.01 / 0.3

  • 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 / B``*T`` / <PGauss> / 0.15 / 2.5 / 0.01 / 0.3

  • RCOSine / Rolloff factor / <RCosine> / 0.05 / 1 / 0.001 / 0.35

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

The maximum values of the cutoff frequency of a filter and the filter bandwidth depends on the installed options. For more information, refer to the specifications document.

get_gauss() float[source]
# [SOURce<HW>]:BB:DM:FILTer:PARameter:GAUSs
value: float = driver.source.bb.dm.filterPy.parameter.get_gauss()

Sets the filter parameter. Filter Type / Parameter / Parameter Name / Min / Max / Increment / Default

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

  • APCO25Lsm / Cutoff frequency lowpass filter (LOWPass) / <Cosine> / 50 Hz / depends on options / 1E-3 Hz / 270833.333 Hz

  • APCO25Lsm / Cutoff frequency Gaussian filter (GAUSs) / <FiltParm> / 50 Hz / depends on options / 1E-3 Hz / 270833.333 Hz

  • COSine / Bandwidth / <Bandwidth> / 50 Hz / depends on options / 1E-3 Hz / 270833.333 Hz

  • COSine / Rolloff factor / <Cosine> / 0.05 / 1 / 0.01 / 0.35

  • GAUSs / Rolloff factor / <Gauss> / 0.15 / 100000 / 0.01 / 0.3

  • 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 / B``*T`` / <PGauss> / 0.15 / 2.5 / 0.01 / 0.3

  • RCOSine / Rolloff factor / <RCosine> / 0.05 / 1 / 0.001 / 0.35

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

The maximum values of the cutoff frequency of a filter and the filter bandwidth depends on the installed options. For more information, refer to the specifications document.

get_lpass() float[source]
# [SOURce<HW>]:BB:DM:FILTer:PARameter:LPASs
value: float = driver.source.bb.dm.filterPy.parameter.get_lpass()

Sets the filter parameter. Filter Type / Parameter / Parameter Name / Min / Max / Increment / Default

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

  • APCO25Lsm / Cutoff frequency lowpass filter (LOWPass) / <Cosine> / 50 Hz / depends on options / 1E-3 Hz / 270833.333 Hz

  • APCO25Lsm / Cutoff frequency Gaussian filter (GAUSs) / <FiltParm> / 50 Hz / depends on options / 1E-3 Hz / 270833.333 Hz

  • COSine / Bandwidth / <Bandwidth> / 50 Hz / depends on options / 1E-3 Hz / 270833.333 Hz

  • COSine / Rolloff factor / <Cosine> / 0.05 / 1 / 0.01 / 0.35

  • GAUSs / Rolloff factor / <Gauss> / 0.15 / 100000 / 0.01 / 0.3

  • 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 / B``*T`` / <PGauss> / 0.15 / 2.5 / 0.01 / 0.3

  • RCOSine / Rolloff factor / <RCosine> / 0.05 / 1 / 0.001 / 0.35

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

The maximum values of the cutoff frequency of a filter and the filter bandwidth depends on the installed options. For more information, refer to the specifications document.

get_lpass_evm() float[source]
# [SOURce<HW>]:BB:DM:FILTer:PARameter:LPASSEVM
value: float = driver.source.bb.dm.filterPy.parameter.get_lpass_evm()

Sets the filter parameter. Filter Type / Parameter / Parameter Name / Min / Max / Increment / Default

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

  • APCO25Lsm / Cutoff frequency lowpass filter (LOWPass) / <Cosine> / 50 Hz / depends on options / 1E-3 Hz / 270833.333 Hz

  • APCO25Lsm / Cutoff frequency Gaussian filter (GAUSs) / <FiltParm> / 50 Hz / depends on options / 1E-3 Hz / 270833.333 Hz

  • COSine / Bandwidth / <Bandwidth> / 50 Hz / depends on options / 1E-3 Hz / 270833.333 Hz

  • COSine / Rolloff factor / <Cosine> / 0.05 / 1 / 0.01 / 0.35

  • GAUSs / Rolloff factor / <Gauss> / 0.15 / 100000 / 0.01 / 0.3

  • 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 / B``*T`` / <PGauss> / 0.15 / 2.5 / 0.01 / 0.3

  • RCOSine / Rolloff factor / <RCosine> / 0.05 / 1 / 0.001 / 0.35

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

The maximum values of the cutoff frequency of a filter and the filter bandwidth depends on the installed options. For more information, refer to the specifications document.

get_pgauss() float[source]
# [SOURce<HW>]:BB:DM:FILTer:PARameter:PGAuss
value: float = driver.source.bb.dm.filterPy.parameter.get_pgauss()

Sets the filter parameter. Filter Type / Parameter / Parameter Name / Min / Max / Increment / Default

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

  • APCO25Lsm / Cutoff frequency lowpass filter (LOWPass) / <Cosine> / 50 Hz / depends on options / 1E-3 Hz / 270833.333 Hz

  • APCO25Lsm / Cutoff frequency Gaussian filter (GAUSs) / <FiltParm> / 50 Hz / depends on options / 1E-3 Hz / 270833.333 Hz

  • COSine / Bandwidth / <Bandwidth> / 50 Hz / depends on options / 1E-3 Hz / 270833.333 Hz

  • COSine / Rolloff factor / <Cosine> / 0.05 / 1 / 0.01 / 0.35

  • GAUSs / Rolloff factor / <Gauss> / 0.15 / 100000 / 0.01 / 0.3

  • 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 / B``*T`` / <PGauss> / 0.15 / 2.5 / 0.01 / 0.3

  • RCOSine / Rolloff factor / <RCosine> / 0.05 / 1 / 0.001 / 0.35

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

The maximum values of the cutoff frequency of a filter and the filter bandwidth depends on the installed options. For more information, refer to the specifications document.

get_rcosine() float[source]
# [SOURce<HW>]:BB:DM:FILTer:PARameter:RCOSine
value: float = driver.source.bb.dm.filterPy.parameter.get_rcosine()

Sets the filter parameter. Filter Type / Parameter / Parameter Name / Min / Max / Increment / Default

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

  • APCO25Lsm / Cutoff frequency lowpass filter (LOWPass) / <Cosine> / 50 Hz / depends on options / 1E-3 Hz / 270833.333 Hz

  • APCO25Lsm / Cutoff frequency Gaussian filter (GAUSs) / <FiltParm> / 50 Hz / depends on options / 1E-3 Hz / 270833.333 Hz

  • COSine / Bandwidth / <Bandwidth> / 50 Hz / depends on options / 1E-3 Hz / 270833.333 Hz

  • COSine / Rolloff factor / <Cosine> / 0.05 / 1 / 0.01 / 0.35

  • GAUSs / Rolloff factor / <Gauss> / 0.15 / 100000 / 0.01 / 0.3

  • 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 / B``*T`` / <PGauss> / 0.15 / 2.5 / 0.01 / 0.3

  • RCOSine / Rolloff factor / <RCosine> / 0.05 / 1 / 0.001 / 0.35

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

The maximum values of the cutoff frequency of a filter and the filter bandwidth depends on the installed options. For more information, refer to the specifications document.

get_sphase() float[source]
# [SOURce<HW>]:BB:DM:FILTer:PARameter:SPHase
value: float = driver.source.bb.dm.filterPy.parameter.get_sphase()

Sets the filter parameter. Filter Type / Parameter / Parameter Name / Min / Max / Increment / Default

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

  • APCO25Lsm / Cutoff frequency lowpass filter (LOWPass) / <Cosine> / 50 Hz / depends on options / 1E-3 Hz / 270833.333 Hz

  • APCO25Lsm / Cutoff frequency Gaussian filter (GAUSs) / <FiltParm> / 50 Hz / depends on options / 1E-3 Hz / 270833.333 Hz

  • COSine / Bandwidth / <Bandwidth> / 50 Hz / depends on options / 1E-3 Hz / 270833.333 Hz

  • COSine / Rolloff factor / <Cosine> / 0.05 / 1 / 0.01 / 0.35

  • GAUSs / Rolloff factor / <Gauss> / 0.15 / 100000 / 0.01 / 0.3

  • 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 / B``*T`` / <PGauss> / 0.15 / 2.5 / 0.01 / 0.3

  • RCOSine / Rolloff factor / <RCosine> / 0.05 / 1 / 0.001 / 0.35

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

The maximum values of the cutoff frequency of a filter and the filter bandwidth depends on the installed options. For more information, refer to the specifications document.

Returns:

sphase: float Range: 0.15 to 2.5

set_apco_25(apco_25: float) None[source]
# [SOURce<HW>]:BB:DM:FILTer:PARameter:APCO25
driver.source.bb.dm.filterPy.parameter.set_apco_25(apco_25 = 1.0)

Sets the filter parameter. Filter Type / Parameter / Parameter Name / Min / Max / Increment / Default

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

  • APCO25Lsm / Cutoff frequency lowpass filter (LOWPass) / <Cosine> / 50 Hz / depends on options / 1E-3 Hz / 270833.333 Hz

  • APCO25Lsm / Cutoff frequency Gaussian filter (GAUSs) / <FiltParm> / 50 Hz / depends on options / 1E-3 Hz / 270833.333 Hz

  • COSine / Bandwidth / <Bandwidth> / 50 Hz / depends on options / 1E-3 Hz / 270833.333 Hz

  • COSine / Rolloff factor / <Cosine> / 0.05 / 1 / 0.01 / 0.35

  • GAUSs / Rolloff factor / <Gauss> / 0.15 / 100000 / 0.01 / 0.3

  • 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 / B``*T`` / <PGauss> / 0.15 / 2.5 / 0.01 / 0.3

  • RCOSine / Rolloff factor / <RCosine> / 0.05 / 1 / 0.001 / 0.35

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

The maximum values of the cutoff frequency of a filter and the filter bandwidth depends on the installed options. For more information, refer to the specifications document.

Parameters:

apco_25 – float Range: 0.15 to 2.5

set_gauss(gauss: float) None[source]
# [SOURce<HW>]:BB:DM:FILTer:PARameter:GAUSs
driver.source.bb.dm.filterPy.parameter.set_gauss(gauss = 1.0)

Sets the filter parameter. Filter Type / Parameter / Parameter Name / Min / Max / Increment / Default

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

  • APCO25Lsm / Cutoff frequency lowpass filter (LOWPass) / <Cosine> / 50 Hz / depends on options / 1E-3 Hz / 270833.333 Hz

  • APCO25Lsm / Cutoff frequency Gaussian filter (GAUSs) / <FiltParm> / 50 Hz / depends on options / 1E-3 Hz / 270833.333 Hz

  • COSine / Bandwidth / <Bandwidth> / 50 Hz / depends on options / 1E-3 Hz / 270833.333 Hz

  • COSine / Rolloff factor / <Cosine> / 0.05 / 1 / 0.01 / 0.35

  • GAUSs / Rolloff factor / <Gauss> / 0.15 / 100000 / 0.01 / 0.3

  • 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 / B``*T`` / <PGauss> / 0.15 / 2.5 / 0.01 / 0.3

  • RCOSine / Rolloff factor / <RCosine> / 0.05 / 1 / 0.001 / 0.35

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

The maximum values of the cutoff frequency of a filter and the filter bandwidth depends on the installed options. For more information, refer to the specifications document.

Parameters:

gauss – float Range: 0.15 to 2.5

set_lpass(lpass: float) None[source]
# [SOURce<HW>]:BB:DM:FILTer:PARameter:LPASs
driver.source.bb.dm.filterPy.parameter.set_lpass(lpass = 1.0)

Sets the filter parameter. Filter Type / Parameter / Parameter Name / Min / Max / Increment / Default

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

  • APCO25Lsm / Cutoff frequency lowpass filter (LOWPass) / <Cosine> / 50 Hz / depends on options / 1E-3 Hz / 270833.333 Hz

  • APCO25Lsm / Cutoff frequency Gaussian filter (GAUSs) / <FiltParm> / 50 Hz / depends on options / 1E-3 Hz / 270833.333 Hz

  • COSine / Bandwidth / <Bandwidth> / 50 Hz / depends on options / 1E-3 Hz / 270833.333 Hz

  • COSine / Rolloff factor / <Cosine> / 0.05 / 1 / 0.01 / 0.35

  • GAUSs / Rolloff factor / <Gauss> / 0.15 / 100000 / 0.01 / 0.3

  • 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 / B``*T`` / <PGauss> / 0.15 / 2.5 / 0.01 / 0.3

  • RCOSine / Rolloff factor / <RCosine> / 0.05 / 1 / 0.001 / 0.35

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

The maximum values of the cutoff frequency of a filter and the filter bandwidth depends on the installed options. For more information, refer to the specifications document.

Parameters:

lpass – float Range: 0.15 to 2.5

set_lpass_evm(lpass_evm: float) None[source]
# [SOURce<HW>]:BB:DM:FILTer:PARameter:LPASSEVM
driver.source.bb.dm.filterPy.parameter.set_lpass_evm(lpass_evm = 1.0)

Sets the filter parameter. Filter Type / Parameter / Parameter Name / Min / Max / Increment / Default

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

  • APCO25Lsm / Cutoff frequency lowpass filter (LOWPass) / <Cosine> / 50 Hz / depends on options / 1E-3 Hz / 270833.333 Hz

  • APCO25Lsm / Cutoff frequency Gaussian filter (GAUSs) / <FiltParm> / 50 Hz / depends on options / 1E-3 Hz / 270833.333 Hz

  • COSine / Bandwidth / <Bandwidth> / 50 Hz / depends on options / 1E-3 Hz / 270833.333 Hz

  • COSine / Rolloff factor / <Cosine> / 0.05 / 1 / 0.01 / 0.35

  • GAUSs / Rolloff factor / <Gauss> / 0.15 / 100000 / 0.01 / 0.3

  • 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 / B``*T`` / <PGauss> / 0.15 / 2.5 / 0.01 / 0.3

  • RCOSine / Rolloff factor / <RCosine> / 0.05 / 1 / 0.001 / 0.35

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

The maximum values of the cutoff frequency of a filter and the filter bandwidth depends on the installed options. For more information, refer to the specifications document.

Parameters:

lpass_evm – float Range: 0.15 to 2.5

set_pgauss(pgauss: float) None[source]
# [SOURce<HW>]:BB:DM:FILTer:PARameter:PGAuss
driver.source.bb.dm.filterPy.parameter.set_pgauss(pgauss = 1.0)

Sets the filter parameter. Filter Type / Parameter / Parameter Name / Min / Max / Increment / Default

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

  • APCO25Lsm / Cutoff frequency lowpass filter (LOWPass) / <Cosine> / 50 Hz / depends on options / 1E-3 Hz / 270833.333 Hz

  • APCO25Lsm / Cutoff frequency Gaussian filter (GAUSs) / <FiltParm> / 50 Hz / depends on options / 1E-3 Hz / 270833.333 Hz

  • COSine / Bandwidth / <Bandwidth> / 50 Hz / depends on options / 1E-3 Hz / 270833.333 Hz

  • COSine / Rolloff factor / <Cosine> / 0.05 / 1 / 0.01 / 0.35

  • GAUSs / Rolloff factor / <Gauss> / 0.15 / 100000 / 0.01 / 0.3

  • 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 / B``*T`` / <PGauss> / 0.15 / 2.5 / 0.01 / 0.3

  • RCOSine / Rolloff factor / <RCosine> / 0.05 / 1 / 0.001 / 0.35

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

The maximum values of the cutoff frequency of a filter and the filter bandwidth depends on the installed options. For more information, refer to the specifications document.

Parameters:

pgauss – float Range: 0.15 to 2.5

set_rcosine(rcosine: float) None[source]
# [SOURce<HW>]:BB:DM:FILTer:PARameter:RCOSine
driver.source.bb.dm.filterPy.parameter.set_rcosine(rcosine = 1.0)

Sets the filter parameter. Filter Type / Parameter / Parameter Name / Min / Max / Increment / Default

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

  • APCO25Lsm / Cutoff frequency lowpass filter (LOWPass) / <Cosine> / 50 Hz / depends on options / 1E-3 Hz / 270833.333 Hz

  • APCO25Lsm / Cutoff frequency Gaussian filter (GAUSs) / <FiltParm> / 50 Hz / depends on options / 1E-3 Hz / 270833.333 Hz

  • COSine / Bandwidth / <Bandwidth> / 50 Hz / depends on options / 1E-3 Hz / 270833.333 Hz

  • COSine / Rolloff factor / <Cosine> / 0.05 / 1 / 0.01 / 0.35

  • GAUSs / Rolloff factor / <Gauss> / 0.15 / 100000 / 0.01 / 0.3

  • 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 / B``*T`` / <PGauss> / 0.15 / 2.5 / 0.01 / 0.3

  • RCOSine / Rolloff factor / <RCosine> / 0.05 / 1 / 0.001 / 0.35

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

The maximum values of the cutoff frequency of a filter and the filter bandwidth depends on the installed options. For more information, refer to the specifications document.

Parameters:

rcosine – float Range: 0.15 to 2.5

set_sphase(sphase: float) None[source]
# [SOURce<HW>]:BB:DM:FILTer:PARameter:SPHase
driver.source.bb.dm.filterPy.parameter.set_sphase(sphase = 1.0)

Sets the filter parameter. Filter Type / Parameter / Parameter Name / Min / Max / Increment / Default

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

  • APCO25Lsm / Cutoff frequency lowpass filter (LOWPass) / <Cosine> / 50 Hz / depends on options / 1E-3 Hz / 270833.333 Hz

  • APCO25Lsm / Cutoff frequency Gaussian filter (GAUSs) / <FiltParm> / 50 Hz / depends on options / 1E-3 Hz / 270833.333 Hz

  • COSine / Bandwidth / <Bandwidth> / 50 Hz / depends on options / 1E-3 Hz / 270833.333 Hz

  • COSine / Rolloff factor / <Cosine> / 0.05 / 1 / 0.01 / 0.35

  • GAUSs / Rolloff factor / <Gauss> / 0.15 / 100000 / 0.01 / 0.3

  • 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 / B``*T`` / <PGauss> / 0.15 / 2.5 / 0.01 / 0.3

  • RCOSine / Rolloff factor / <RCosine> / 0.05 / 1 / 0.001 / 0.35

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

The maximum values of the cutoff frequency of a filter and the filter bandwidth depends on the installed options. For more information, refer to the specifications document.

Parameters:

sphase – float Range: 0.15 to 2.5

Cloning the Group

# Create a copy of the original group, that exists independently
parameter_copy = driver.source.bb.dm.filterPy.parameter.clone()

Subgroups