Cosine

SCPI Commands :

[SOURce<HW>]:BB:WLNN:FILTer:PARameter:COSine:COFS
[SOURce<HW>]:BB:WLNN:FILTer:PARameter:COSine
class CosineCls[source]

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

get_cofs() float[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FILTer:PARameter:COSine:COFS
value: float = driver.source.bb.wlnn.filterPy.parameter.cosine.get_cofs()

(for system bandwidth set to 20 MHz only) The command sets the ‘cut of frequency shift’ value for the Cosine filter type.

return

cofs: float Range: -1 to 1

get_value() float[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FILTer:PARameter:COSine
value: float = driver.source.bb.wlnn.filterPy.parameter.cosine.get_value()

(for system bandwidth set to 20 MHz only) Sets the roll-off factor for the cosine filter type.

return

cosine: float Range: 0 to 1

set_cofs(cofs: float) None[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FILTer:PARameter:COSine:COFS
driver.source.bb.wlnn.filterPy.parameter.cosine.set_cofs(cofs = 1.0)

(for system bandwidth set to 20 MHz only) The command sets the ‘cut of frequency shift’ value for the Cosine filter type.

param cofs

float Range: -1 to 1

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

(for system bandwidth set to 20 MHz only) Sets the roll-off factor for the cosine filter type.

param cosine

float Range: 0 to 1