Cosine

SCPI Commands :

[SOURce<HW>]:BB:WLNN:FILTer:PARameter:COSine:COFS
[SOURce<HW>]:BB:WLNN:FILTer:PARameter:COSine
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_cofs() float[source]
# [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.

Returns:

cofs: float Range: -1 to 1

get_value() float[source]
# [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.

Returns:

cosine: float Range: 0 to 1

set_cofs(cofs: float) None[source]
# [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.

Parameters:

cofs – float Range: -1 to 1

set_value(cosine: float) None[source]
# [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.

Parameters:

cosine – float Range: 0 to 1