SuCode

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SUCode
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cell=Cell.Default) int[source]
# [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SUCode
value: int = driver.source.bb.tdscdma.up.cell.suCode.get(cell = repcap.Cell.Default)

Sets the SYNC-UL code.

Parameters:

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

Returns:

su_code: integer Range: 0 to 255

set(su_code: int, cell=Cell.Default) None[source]
# [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SUCode
driver.source.bb.tdscdma.up.cell.suCode.set(su_code = 1, cell = repcap.Cell.Default)

Sets the SYNC-UL code.

Parameters:
  • su_code – integer Range: 0 to 255

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