Rate

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:BLOCk: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:BLOCk:RATE
value: float = driver.source.bb.tdscdma.down.cell.enh.dch.block.rate.get(cell = repcap.Cell.Default)

Sets the block error rate.

param cell

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)

return

rate: float Range: 1E-4 to 0.5

set(rate: float, cell=Cell.Default) None[source]
# SCPI: [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.

param rate

float Range: 1E-4 to 0.5

param cell

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)