Rate
SCPI Command :
[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:BIT:RATE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(cell=Cell.Default) float[source]
# [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.
- Parameters:
cell – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
- Returns:
rate: float Range: 1E-7 to 0.5
- set(rate: float, cell=Cell.Default) None[source]
# [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.
- Parameters:
rate – float Range: 1E-7 to 0.5
cell – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)