Crate
SCPI Commands :
[SOURce<HW>]:BB:W3GPp:CRATe:VARiation
[SOURce<HW>]:BB:W3GPp:CRATe
- class CrateCls[source]
Crate commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_value() ChipRate [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:CRATe value: enums.ChipRate = driver.source.bb.w3Gpp.crate.get_value()
The command queries the set system chip rate. The output chip rate can be set with the command SOUR:BB:W3GP:CRAT:VAR.
- return:
crate: R3M8
- get_variation() float [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:CRATe:VARiation value: float = driver.source.bb.w3Gpp.crate.get_variation()
Sets the output chip rate. The chip rate entry 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.
- return:
variation: float Range: 400 to 5E6
- set_variation(variation: float) None [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:CRATe:VARiation driver.source.bb.w3Gpp.crate.set_variation(variation = 1.0)
Sets the output chip rate. The chip rate entry 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.
- param variation:
float Range: 400 to 5E6