Ccount
SCPI Command :
[SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:CCOunt
- class CcountCls[source]
Ccount 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:CCOunt value: int = driver.source.bb.tdscdma.up.cell.enh.dch.ccount.get(cell = repcap.Cell.Default)
Sets the number of channels to be used. The number of timeslots is set with the command BB:TDSC:DOWN|UP:CELL1:ENH:DCH:TSCount.
- param cell
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
- return
ccount: integer Range: 1 to 16
- set(ccount: int, cell=Cell.Default) None [source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:CCOunt driver.source.bb.tdscdma.up.cell.enh.dch.ccount.set(ccount = 1, cell = repcap.Cell.Default)
Sets the number of channels to be used. The number of timeslots is set with the command BB:TDSC:DOWN|UP:CELL1:ENH:DCH:TSCount.
- param ccount
integer Range: 1 to 16
- param cell
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)