Ccount

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:CCOunt
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cell=Cell.Default) int[source]
# [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:CCOunt
value: int = driver.source.bb.tdscdma.down.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.

Parameters:

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

Returns:

ccount: integer Range: 1 to 16

set(ccount: int, cell=Cell.Default) None[source]
# [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:CCOunt
driver.source.bb.tdscdma.down.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.

Parameters:
  • ccount – integer Range: 1 to 16

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