VibSize
SCPI Command :
[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:HSDPA:VIBSize
- class VibSizeCls[source]
VibSize commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell=Cell.Default) int [source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:HSDPA:VIBSize value: int = driver.source.bb.tdscdma.down.cell.enh.dch.hsdpa.vibSize.get(cell = repcap.Cell.Default)
Sets the size of the virtual IR buffer.
- param cell
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
- return
vib_size: integer Range: dynamic to 63360
- set(vib_size: int, cell=Cell.Default) None [source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:HSDPA:VIBSize driver.source.bb.tdscdma.down.cell.enh.dch.hsdpa.vibSize.set(vib_size = 1, cell = repcap.Cell.Default)
Sets the size of the virtual IR buffer.
- param vib_size
integer Range: dynamic to 63360
- param cell
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)