Euctti

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:HSUPA:EUCTti
class EucttiCls[source]

Euctti 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:HSUPA:EUCTti
value: int = driver.source.bb.tdscdma.up.cell.enh.dch.hsupa.euctti.get(cell = repcap.Cell.Default)

Sets the number of E-UCCH channels per TTI.

param cell

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

return

euctti: integer Range: 1 to 8

set(euctti: int, cell=Cell.Default) None[source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:HSUPA:EUCTti
driver.source.bb.tdscdma.up.cell.enh.dch.hsupa.euctti.set(euctti = 1, cell = repcap.Cell.Default)

Sets the number of E-UCCH channels per TTI.

param euctti

integer Range: 1 to 8

param cell

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