Parameter

SCPI Commands :

[SOURce<HW>]:BB:BTOoth:FILTer:PARameter:APCO25
[SOURce<HW>]:BB:BTOoth:FILTer:PARameter:COSine
[SOURce<HW>]:BB:BTOoth:FILTer:PARameter:FGAuss
[SOURce<HW>]:BB:BTOoth:FILTer:PARameter:GAUSs
[SOURce<HW>]:BB:BTOoth:FILTer:PARameter:LPASs
[SOURce<HW>]:BB:BTOoth:FILTer:PARameter:PGAuss
[SOURce<HW>]:BB:BTOoth:FILTer:PARameter:RCOSine
[SOURce<HW>]:BB:BTOoth:FILTer:PARameter:SPHase
class ParameterCls[source]

Parameter commands group definition. 8 total commands, 0 Subgroups, 8 group commands

get_apco_25() float[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:FILTer:PARameter:APCO25
value: float = driver.source.bb.btooth.filterPy.parameter.get_apco_25()

Sets the roll-off factor for filter type APCO25.

return

apco_25: float Range: 0.05 to 0.99

get_cosine() float[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:FILTer:PARameter:COSine
value: float = driver.source.bb.btooth.filterPy.parameter.get_cosine()

Sets the roll-off factor for the Cosine filter type.

return

cosine: float Range: 0 to 1

get_fgauss() float[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:FILTer:PARameter:FGAuss
value: float = driver.source.bb.btooth.filterPy.parameter.get_fgauss()

Sets the B x T for the Gauss filter type.

return

fgauss: float Range: 0.15 to 2.5

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

Sets the B x T for the Gauss filter type.

return

gauss: float Range: 0.15 to 2.5

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

Sets the cut off frequency factor for a lowpass filter (ACP Opt.) .

return

lpass: float Range: 0.05 to 2

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

Sets the B x T for the Pure Gauss filter type.

return

pgauss: float Range: 0.15 to 2.5

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

Sets the roll-off factor for the Root Cosine filter type.

return

rcosine: float Range: 0 to 1

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

Sets the BxT for the split phase filter type.

return

sphase: float Range: 0.15 to 2.5

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

Sets the roll-off factor for filter type APCO25.

param apco_25

float Range: 0.05 to 0.99

set_cosine(cosine: float) None[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:FILTer:PARameter:COSine
driver.source.bb.btooth.filterPy.parameter.set_cosine(cosine = 1.0)

Sets the roll-off factor for the Cosine filter type.

param cosine

float Range: 0 to 1

set_fgauss(fgauss: float) None[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:FILTer:PARameter:FGAuss
driver.source.bb.btooth.filterPy.parameter.set_fgauss(fgauss = 1.0)

Sets the B x T for the Gauss filter type.

param fgauss

float Range: 0.15 to 2.5

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

Sets the B x T for the Gauss filter type.

param gauss

float Range: 0.15 to 2.5

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

Sets the cut off frequency factor for a lowpass filter (ACP Opt.) .

param lpass

float Range: 0.05 to 2

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

Sets the B x T for the Pure Gauss filter type.

param pgauss

float Range: 0.15 to 2.5

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

Sets the roll-off factor for the Root Cosine filter type.

param rcosine

float Range: 0 to 1

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

Sets the BxT for the split phase filter type.

param sphase

float Range: 0.15 to 2.5