Value
SCPI Command :
[SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:HSICh:CQI:VALue
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(cell=Cell.Default) int[source]
# [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:HSICh:CQI:VALue value: int = driver.source.bb.tdscdma.up.cell.enh.dch.hsich.cqi.value.get(cell = repcap.Cell.Default)
Sets the CQI value.
- Parameters:
cell – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
- Returns:
value: integer Range: 0 to 63
- set(value: int, cell=Cell.Default) None[source]
# [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:HSICh:CQI:VALue driver.source.bb.tdscdma.up.cell.enh.dch.hsich.cqi.value.set(value = 1, cell = repcap.Cell.Default)
Sets the CQI value.
- Parameters:
value – integer Range: 0 to 63
cell – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)