Scode
SCPI Command :
[SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SCODe
- class ScodeCls[source]
Scode commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get(cell=Cell.Default) int [source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SCODe value: int = driver.source.bb.tdscdma.up.cell.scode.get(cell = repcap.Cell.Default)
Sets the scrambling code. The scrambling code is used for transmitter-dependent scrambling of the chip sequence.
- param cell
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
- return
scode: integer Range: 0 to 127
- set(scode: int, cell=Cell.Default) None [source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SCODe driver.source.bb.tdscdma.up.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.
- param scode
integer Range: 0 to 127
- param cell
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.tdscdma.up.cell.scode.clone()
Subgroups