Crate

SCPI Commands :

[SOURce<HW>]:BB:C2K:CRATe:VARiation
[SOURce<HW>]:BB:C2K:CRATe
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_value() Cdma2KchipRate[source]
# [SOURce<HW>]:BB:C2K:CRATe
value: enums.Cdma2KchipRate = driver.source.bb.c2K.crate.get_value()

The command queries the spreading rate. The output chip rate which determines the rate of the spread symbols as is used for signal output can be set with the command SOUR:BB:C2K:CRAT:VAR.

Returns:

crate: R1M2

get_variation() float[source]
# [SOURce<HW>]:BB:C2K:CRATe:VARiation
value: float = driver.source.bb.c2K.crate.get_variation()

Sets the output chip rate. The output chip rate changes the output clock and the modulation bandwidth, as well as the synchronization signals that are output. It does not affect the calculated chip sequence.

Returns:

variation: float Range: 400 to 5E6

set_variation(variation: float) None[source]
# [SOURce<HW>]:BB:C2K:CRATe:VARiation
driver.source.bb.c2K.crate.set_variation(variation = 1.0)

Sets the output chip rate. The output chip rate changes the output clock and the modulation bandwidth, as well as the synchronization signals that are output. It does not affect the calculated chip sequence.

Parameters:

variation – float Range: 400 to 5E6