Apco25Lsm

SCPI Commands :

[SOURce<HW>]:BB:DM:FILTer:PARameter:APCO25Lsm:GAUSs
[SOURce<HW>]:BB:DM:FILTer:PARameter:APCO25Lsm:LOWPass
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_gauss() float[source]
# [SOURce<HW>]:BB:DM:FILTer:PARameter:APCO25Lsm:GAUSs
value: float = driver.source.bb.dm.filterPy.parameter.apco25Lsm.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_lowpass() float[source]
# [SOURce<HW>]:BB:DM:FILTer:PARameter:APCO25Lsm:LOWPass
value: float = driver.source.bb.dm.filterPy.parameter.apco25Lsm.get_lowpass()

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.

set_gauss(gauss: float) None[source]
# [SOURce<HW>]:BB:DM:FILTer:PARameter:APCO25Lsm:GAUSs
driver.source.bb.dm.filterPy.parameter.apco25Lsm.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_lowpass(filter_param: float) None[source]
# [SOURce<HW>]:BB:DM:FILTer:PARameter:APCO25Lsm:LOWPass
driver.source.bb.dm.filterPy.parameter.apco25Lsm.set_lowpass(filter_param = 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:

filter_param – float Range: 0.15 to 2.5