Parameter

SCPI Commands :

[SOURce<HW>]:BB:WLAD:FILTer:PARameter:APCO25
[SOURce<HW>]:BB:WLAD:FILTer:PARameter:GAUSs
[SOURce<HW>]:BB:WLAD:FILTer:PARameter:LPASSEVM
[SOURce<HW>]:BB:WLAD:FILTer:PARameter:LPASs
[SOURce<HW>]:BB:WLAD:FILTer:PARameter:PGAuss
[SOURce<HW>]:BB:WLAD:FILTer:PARameter:RCOSine
[SOURce<HW>]:BB:WLAD:FILTer:PARameter:SPHase
class ParameterCls[source]

Parameter commands group definition. 9 total commands, 1 Subgroups, 7 group commands

get_apco_25() float[source]
# SCPI: [SOURce<HW>]:BB:WLAD:FILTer:PARameter:APCO25
value: float = driver.source.bb.wlad.filterPy.parameter.get_apco_25()
Sets filter parameters related to the filter type. The table below provides an overview.

Table Header: Filter type / Parameter / Parameter name / Min / Max / Increment / Default

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

  • COSine / Cutoff frequency shift / <Cosf> / 1 / 1 / 0.01 / 0.1

  • COSine / Rolloff factor / <Cosine> / 0 / 1 / 0.01 / 0.1

  • GAUSs / BxT / <Gauss> / 0.15 / 2.5 / 0.01 / 0.5

  • 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 / BxT / <PGauss> / 0.15 / 2.5 / 0.01 / 0.5

  • RCOSine / Rolloff factor / <RCosine> / 0 / 1 / 0.01 / 0.22

  • SPHase / BxT / <SPhase> / 0.15 / 2.5 / 0.01 / 2

return

apco_25: No help available

get_gauss() float[source]
# SCPI: [SOURce<HW>]:BB:WLAD:FILTer:PARameter:GAUSs
value: float = driver.source.bb.wlad.filterPy.parameter.get_gauss()
Sets filter parameters related to the filter type. The table below provides an overview.

Table Header: Filter type / Parameter / Parameter name / Min / Max / Increment / Default

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

  • COSine / Cutoff frequency shift / <Cosf> / 1 / 1 / 0.01 / 0.1

  • COSine / Rolloff factor / <Cosine> / 0 / 1 / 0.01 / 0.1

  • GAUSs / BxT / <Gauss> / 0.15 / 2.5 / 0.01 / 0.5

  • 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 / BxT / <PGauss> / 0.15 / 2.5 / 0.01 / 0.5

  • RCOSine / Rolloff factor / <RCosine> / 0 / 1 / 0.01 / 0.22

  • SPHase / BxT / <SPhase> / 0.15 / 2.5 / 0.01 / 2

return

gauss: No help available

get_lpass() float[source]
# SCPI: [SOURce<HW>]:BB:WLAD:FILTer:PARameter:LPASs
value: float = driver.source.bb.wlad.filterPy.parameter.get_lpass()
Sets filter parameters related to the filter type. The table below provides an overview.

Table Header: Filter type / Parameter / Parameter name / Min / Max / Increment / Default

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

  • COSine / Cutoff frequency shift / <Cosf> / 1 / 1 / 0.01 / 0.1

  • COSine / Rolloff factor / <Cosine> / 0 / 1 / 0.01 / 0.1

  • GAUSs / BxT / <Gauss> / 0.15 / 2.5 / 0.01 / 0.5

  • 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 / BxT / <PGauss> / 0.15 / 2.5 / 0.01 / 0.5

  • RCOSine / Rolloff factor / <RCosine> / 0 / 1 / 0.01 / 0.22

  • SPHase / BxT / <SPhase> / 0.15 / 2.5 / 0.01 / 2

return

lpass: No help available

get_lpass_evm() float[source]
# SCPI: [SOURce<HW>]:BB:WLAD:FILTer:PARameter:LPASSEVM
value: float = driver.source.bb.wlad.filterPy.parameter.get_lpass_evm()
Sets filter parameters related to the filter type. The table below provides an overview.

Table Header: Filter type / Parameter / Parameter name / Min / Max / Increment / Default

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

  • COSine / Cutoff frequency shift / <Cosf> / 1 / 1 / 0.01 / 0.1

  • COSine / Rolloff factor / <Cosine> / 0 / 1 / 0.01 / 0.1

  • GAUSs / BxT / <Gauss> / 0.15 / 2.5 / 0.01 / 0.5

  • 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 / BxT / <PGauss> / 0.15 / 2.5 / 0.01 / 0.5

  • RCOSine / Rolloff factor / <RCosine> / 0 / 1 / 0.01 / 0.22

  • SPHase / BxT / <SPhase> / 0.15 / 2.5 / 0.01 / 2

return

lpass_evm: No help available

get_pgauss() float[source]
# SCPI: [SOURce<HW>]:BB:WLAD:FILTer:PARameter:PGAuss
value: float = driver.source.bb.wlad.filterPy.parameter.get_pgauss()
Sets filter parameters related to the filter type. The table below provides an overview.

Table Header: Filter type / Parameter / Parameter name / Min / Max / Increment / Default

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

  • COSine / Cutoff frequency shift / <Cosf> / 1 / 1 / 0.01 / 0.1

  • COSine / Rolloff factor / <Cosine> / 0 / 1 / 0.01 / 0.1

  • GAUSs / BxT / <Gauss> / 0.15 / 2.5 / 0.01 / 0.5

  • 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 / BxT / <PGauss> / 0.15 / 2.5 / 0.01 / 0.5

  • RCOSine / Rolloff factor / <RCosine> / 0 / 1 / 0.01 / 0.22

  • SPHase / BxT / <SPhase> / 0.15 / 2.5 / 0.01 / 2

return

pgauss: No help available

get_rcosine() float[source]
# SCPI: [SOURce<HW>]:BB:WLAD:FILTer:PARameter:RCOSine
value: float = driver.source.bb.wlad.filterPy.parameter.get_rcosine()
Sets filter parameters related to the filter type. The table below provides an overview.

Table Header: Filter type / Parameter / Parameter name / Min / Max / Increment / Default

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

  • COSine / Cutoff frequency shift / <Cosf> / 1 / 1 / 0.01 / 0.1

  • COSine / Rolloff factor / <Cosine> / 0 / 1 / 0.01 / 0.1

  • GAUSs / BxT / <Gauss> / 0.15 / 2.5 / 0.01 / 0.5

  • 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 / BxT / <PGauss> / 0.15 / 2.5 / 0.01 / 0.5

  • RCOSine / Rolloff factor / <RCosine> / 0 / 1 / 0.01 / 0.22

  • SPHase / BxT / <SPhase> / 0.15 / 2.5 / 0.01 / 2

return

rcosine: No help available

get_sphase() float[source]
# SCPI: [SOURce<HW>]:BB:WLAD:FILTer:PARameter:SPHase
value: float = driver.source.bb.wlad.filterPy.parameter.get_sphase()
Sets filter parameters related to the filter type. The table below provides an overview.

Table Header: Filter type / Parameter / Parameter name / Min / Max / Increment / Default

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

  • COSine / Cutoff frequency shift / <Cosf> / 1 / 1 / 0.01 / 0.1

  • COSine / Rolloff factor / <Cosine> / 0 / 1 / 0.01 / 0.1

  • GAUSs / BxT / <Gauss> / 0.15 / 2.5 / 0.01 / 0.5

  • 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 / BxT / <PGauss> / 0.15 / 2.5 / 0.01 / 0.5

  • RCOSine / Rolloff factor / <RCosine> / 0 / 1 / 0.01 / 0.22

  • SPHase / BxT / <SPhase> / 0.15 / 2.5 / 0.01 / 2

return

sphase: float Range: 0.15 to 2.5

set_apco_25(apco_25: float) None[source]
# SCPI: [SOURce<HW>]:BB:WLAD:FILTer:PARameter:APCO25
driver.source.bb.wlad.filterPy.parameter.set_apco_25(apco_25 = 1.0)
Sets filter parameters related to the filter type. The table below provides an overview.

Table Header: Filter type / Parameter / Parameter name / Min / Max / Increment / Default

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

  • COSine / Cutoff frequency shift / <Cosf> / 1 / 1 / 0.01 / 0.1

  • COSine / Rolloff factor / <Cosine> / 0 / 1 / 0.01 / 0.1

  • GAUSs / BxT / <Gauss> / 0.15 / 2.5 / 0.01 / 0.5

  • 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 / BxT / <PGauss> / 0.15 / 2.5 / 0.01 / 0.5

  • RCOSine / Rolloff factor / <RCosine> / 0 / 1 / 0.01 / 0.22

  • SPHase / BxT / <SPhase> / 0.15 / 2.5 / 0.01 / 2

param apco_25

float Range: 0.15 to 2.5

set_gauss(gauss: float) None[source]
# SCPI: [SOURce<HW>]:BB:WLAD:FILTer:PARameter:GAUSs
driver.source.bb.wlad.filterPy.parameter.set_gauss(gauss = 1.0)
Sets filter parameters related to the filter type. The table below provides an overview.

Table Header: Filter type / Parameter / Parameter name / Min / Max / Increment / Default

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

  • COSine / Cutoff frequency shift / <Cosf> / 1 / 1 / 0.01 / 0.1

  • COSine / Rolloff factor / <Cosine> / 0 / 1 / 0.01 / 0.1

  • GAUSs / BxT / <Gauss> / 0.15 / 2.5 / 0.01 / 0.5

  • 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 / BxT / <PGauss> / 0.15 / 2.5 / 0.01 / 0.5

  • RCOSine / Rolloff factor / <RCosine> / 0 / 1 / 0.01 / 0.22

  • SPHase / BxT / <SPhase> / 0.15 / 2.5 / 0.01 / 2

param gauss

float Range: 0.15 to 2.5

set_lpass(lpass: float) None[source]
# SCPI: [SOURce<HW>]:BB:WLAD:FILTer:PARameter:LPASs
driver.source.bb.wlad.filterPy.parameter.set_lpass(lpass = 1.0)
Sets filter parameters related to the filter type. The table below provides an overview.

Table Header: Filter type / Parameter / Parameter name / Min / Max / Increment / Default

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

  • COSine / Cutoff frequency shift / <Cosf> / 1 / 1 / 0.01 / 0.1

  • COSine / Rolloff factor / <Cosine> / 0 / 1 / 0.01 / 0.1

  • GAUSs / BxT / <Gauss> / 0.15 / 2.5 / 0.01 / 0.5

  • 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 / BxT / <PGauss> / 0.15 / 2.5 / 0.01 / 0.5

  • RCOSine / Rolloff factor / <RCosine> / 0 / 1 / 0.01 / 0.22

  • SPHase / BxT / <SPhase> / 0.15 / 2.5 / 0.01 / 2

param lpass

float Range: 0.15 to 2.5

set_lpass_evm(lpass_evm: float) None[source]
# SCPI: [SOURce<HW>]:BB:WLAD:FILTer:PARameter:LPASSEVM
driver.source.bb.wlad.filterPy.parameter.set_lpass_evm(lpass_evm = 1.0)
Sets filter parameters related to the filter type. The table below provides an overview.

Table Header: Filter type / Parameter / Parameter name / Min / Max / Increment / Default

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

  • COSine / Cutoff frequency shift / <Cosf> / 1 / 1 / 0.01 / 0.1

  • COSine / Rolloff factor / <Cosine> / 0 / 1 / 0.01 / 0.1

  • GAUSs / BxT / <Gauss> / 0.15 / 2.5 / 0.01 / 0.5

  • 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 / BxT / <PGauss> / 0.15 / 2.5 / 0.01 / 0.5

  • RCOSine / Rolloff factor / <RCosine> / 0 / 1 / 0.01 / 0.22

  • SPHase / BxT / <SPhase> / 0.15 / 2.5 / 0.01 / 2

param lpass_evm

float Range: 0.15 to 2.5

set_pgauss(pgauss: float) None[source]
# SCPI: [SOURce<HW>]:BB:WLAD:FILTer:PARameter:PGAuss
driver.source.bb.wlad.filterPy.parameter.set_pgauss(pgauss = 1.0)
Sets filter parameters related to the filter type. The table below provides an overview.

Table Header: Filter type / Parameter / Parameter name / Min / Max / Increment / Default

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

  • COSine / Cutoff frequency shift / <Cosf> / 1 / 1 / 0.01 / 0.1

  • COSine / Rolloff factor / <Cosine> / 0 / 1 / 0.01 / 0.1

  • GAUSs / BxT / <Gauss> / 0.15 / 2.5 / 0.01 / 0.5

  • 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 / BxT / <PGauss> / 0.15 / 2.5 / 0.01 / 0.5

  • RCOSine / Rolloff factor / <RCosine> / 0 / 1 / 0.01 / 0.22

  • SPHase / BxT / <SPhase> / 0.15 / 2.5 / 0.01 / 2

param pgauss

float Range: 0.15 to 2.5

set_rcosine(rcosine: float) None[source]
# SCPI: [SOURce<HW>]:BB:WLAD:FILTer:PARameter:RCOSine
driver.source.bb.wlad.filterPy.parameter.set_rcosine(rcosine = 1.0)
Sets filter parameters related to the filter type. The table below provides an overview.

Table Header: Filter type / Parameter / Parameter name / Min / Max / Increment / Default

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

  • COSine / Cutoff frequency shift / <Cosf> / 1 / 1 / 0.01 / 0.1

  • COSine / Rolloff factor / <Cosine> / 0 / 1 / 0.01 / 0.1

  • GAUSs / BxT / <Gauss> / 0.15 / 2.5 / 0.01 / 0.5

  • 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 / BxT / <PGauss> / 0.15 / 2.5 / 0.01 / 0.5

  • RCOSine / Rolloff factor / <RCosine> / 0 / 1 / 0.01 / 0.22

  • SPHase / BxT / <SPhase> / 0.15 / 2.5 / 0.01 / 2

param rcosine

float Range: 0.15 to 2.5

set_sphase(sphase: float) None[source]
# SCPI: [SOURce<HW>]:BB:WLAD:FILTer:PARameter:SPHase
driver.source.bb.wlad.filterPy.parameter.set_sphase(sphase = 1.0)
Sets filter parameters related to the filter type. The table below provides an overview.

Table Header: Filter type / Parameter / Parameter name / Min / Max / Increment / Default

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

  • COSine / Cutoff frequency shift / <Cosf> / 1 / 1 / 0.01 / 0.1

  • COSine / Rolloff factor / <Cosine> / 0 / 1 / 0.01 / 0.1

  • GAUSs / BxT / <Gauss> / 0.15 / 2.5 / 0.01 / 0.5

  • 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 / BxT / <PGauss> / 0.15 / 2.5 / 0.01 / 0.5

  • RCOSine / Rolloff factor / <RCosine> / 0 / 1 / 0.01 / 0.22

  • SPHase / BxT / <SPhase> / 0.15 / 2.5 / 0.01 / 2

param sphase

float Range: 0.15 to 2.5

Cloning the Group

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

Subgroups