TsCount
SCPI Command :
[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:TSCount
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(cell=Cell.Default) int[source]
# [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:TSCount value: int = driver.source.bb.tdscdma.down.cell.enh.dch.tsCount.get(cell = repcap.Cell.Default)
Sets the number of timeslots to be used.
- Parameters:
cell – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
- Returns:
ts_count: integer Range: 1 to 5
- set(ts_count: int, cell=Cell.Default) None[source]
# [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:TSCount driver.source.bb.tdscdma.down.cell.enh.dch.tsCount.set(ts_count = 1, cell = repcap.Cell.Default)
Sets the number of timeslots to be used.
- Parameters:
ts_count – integer Range: 1 to 5
cell – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)