Scode
SCPI Command :
[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:SCODe
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get(cell=Cell.Default) int[source]
# [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:SCODe value: int = driver.source.bb.tdscdma.down.cell.scode.get(cell = repcap.Cell.Default)
Sets the scrambling code. The scrambling code is used for transmitter-dependent scrambling of the chip sequence.
- Parameters:
cell – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
- Returns:
scode: integer Range: 0 to 127
- set(scode: int, cell=Cell.Default) None[source]
# [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:SCODe driver.source.bb.tdscdma.down.cell.scode.set(scode = 1, cell = repcap.Cell.Default)
Sets the scrambling code. The scrambling code is used for transmitter-dependent scrambling of the chip sequence.
- Parameters:
scode – integer Range: 0 to 127
cell – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
Cloning the Group
# Create a copy of the original group, that exists independently
scode_copy = driver.source.bb.tdscdma.down.cell.scode.clone()
Subgroups