TsCount
SCPI Command :
[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:HSUPA:TSCount
- class TsCountCls[source]
TsCount 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:TSCount value: int = driver.source.bb.tdscdma.down.cell.enh.dch.hsupa.tsCount.get(cell = repcap.Cell.Default)
Sets the number of timeslots.
- param cell
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
- return
ts_count: integer Range: 2 to 5
- set(ts_count: int, cell=Cell.Default) None [source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:HSUPA:TSCount driver.source.bb.tdscdma.down.cell.enh.dch.hsupa.tsCount.set(ts_count = 1, cell = repcap.Cell.Default)
Sets the number of timeslots.
- param ts_count
integer Range: 2 to 5
- param cell
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)