Crate
SCPI Command :
[SOURce<HW>]:BB:EVDO:CRATe:VARiation
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_variation() float[source]
# [SOURce<HW>]:BB:EVDO:CRATe:VARiation value: float = driver.source.bb.evdo.crate.get_variation()
Enters 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: 1 Mcps to 5 Mcps
- set_variation(variation: float) None[source]
# [SOURce<HW>]:BB:EVDO:CRATe:VARiation driver.source.bb.evdo.crate.set_variation(variation = 1.0)
Enters 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: 1 Mcps to 5 Mcps