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