CtsCount

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:HSUPA:CTSCount
class CtsCountCls[source]

CtsCount 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:HSUPA:CTSCount
value: int = driver.source.bb.tdscdma.down.cell.enh.dch.hsupa.ctsCount.get(cell = repcap.Cell.Default)

Sets the number of physical channels per timeslot.

param cell

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

return

cts_count: integer Range: 1 to 14

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

Sets the number of physical channels per timeslot.

param cts_count

integer Range: 1 to 14

param cell

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