Rate
SCPI Command :
[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:BLOCk:RATE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(cell=Cell.Default) float[source]
# [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:BLOCk:RATE value: float = driver.source.bb.tdscdma.down.cell.enh.dch.block.rate.get(cell = repcap.Cell.Default)
Sets the block error rate.
- Parameters:
cell – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
- Returns:
rate: float Range: 1E-4 to 0.5
- set(rate: float, cell=Cell.Default) None[source]
# [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:BLOCk:RATE driver.source.bb.tdscdma.down.cell.enh.dch.block.rate.set(rate = 1.0, cell = repcap.Cell.Default)
Sets the block error rate.
- Parameters:
rate – float Range: 1E-4 to 0.5
cell – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)