Scode
SCPI Command :
[SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SLOT<CH0>:PRAC:MSG:SCODe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(cell=Cell.Default, slotNull=SlotNull.Default) int[source]
# [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SLOT<CH0>:PRAC:MSG:SCODe value: int = driver.source.bb.tdscdma.up.cell.slot.prac.msg.scode.get(cell = repcap.Cell.Default, slotNull = repcap.SlotNull.Default)
Sets the spreading code for the PRACH. The code channel is spread with the set spreading code.
- Parameters:
cell – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
slotNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Slot’)
- Returns:
scode: integer Range: 1 to 16
- set(scode: int, cell=Cell.Default, slotNull=SlotNull.Default) None[source]
# [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SLOT<CH0>:PRAC:MSG:SCODe driver.source.bb.tdscdma.up.cell.slot.prac.msg.scode.set(scode = 1, cell = repcap.Cell.Default, slotNull = repcap.SlotNull.Default)
Sets the spreading code for the PRACH. The code channel is spread with the set spreading code.
- Parameters:
scode – integer Range: 1 to 16
cell – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
slotNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Slot’)