Crate
SCPI Commands :
[SOURce<HW>]:BB:TDSCdma:CRATe:VARiation
[SOURce<HW>]:BB:TDSCdma:CRATe
- class CrateCls[source]
Crate commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_value() RsSmbv.enums.TdscdmaChipRate [source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:CRATe value: enums.TdscdmaChipRate = driver.source.bb.tdscdma.crate.get_value()
Queries the system chip 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:TDSC:CRAT:VAR.
- return
crate: R1M28
- get_variation() float [source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:CRATe:VARiation value: float = driver.source.bb.tdscdma.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.
- return
variation: float Range: 400 to 5E6, Unit: Hz (c/s)
- set_variation(variation: float) None [source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:CRATe:VARiation driver.source.bb.tdscdma.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.
- param variation
float Range: 400 to 5E6, Unit: Hz (c/s)