SuCode
SCPI Command :
[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:SUCode
- class SuCodeCls[source]
SuCode 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>:SUCode value: int = driver.source.bb.tdscdma.down.cell.suCode.get(cell = repcap.Cell.Default)
Sets the SYNC-UL code.
- param cell
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
- return
su_code: integer Range: 0 to 255
- set(su_code: int, cell=Cell.Default) None [source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:SUCode driver.source.bb.tdscdma.down.cell.suCode.set(su_code = 1, cell = repcap.Cell.Default)
Sets the SYNC-UL code.
- param su_code
integer Range: 0 to 255
- param cell
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)