Rate
SCPI Command :
[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:BIT:RATE
- class RateCls[source]
Rate commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell=Cell.Default) float [source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:BIT:RATE value: float = driver.source.bb.tdscdma.down.cell.enh.dch.bit.rate.get(cell = repcap.Cell.Default)
Sets the bit error rate.
- param cell
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
- return
rate: float Range: 1E-7 to 0.5
- set(rate: float, cell=Cell.Default) None [source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:BIT:RATE driver.source.bb.tdscdma.down.cell.enh.dch.bit.rate.set(rate = 1.0, cell = repcap.Cell.Default)
Sets the bit error rate.
- param rate
float Range: 1E-7 to 0.5
- param cell
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)