Value

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:HSICh:CQI:VALue
class ValueCls[source]

Value commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(cell=Cell.Default) int[source]
# SCPI: [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.

param cell

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

return

value: integer Range: 0 to 63

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

param value

integer Range: 0 to 63

param cell

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