Scode

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:SLOT<CH0>:CHANnel<US0>:SCODe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cell=Cell.Default, slotNull=SlotNull.Default, channelNull=ChannelNull.Default) int[source]
# [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:SLOT<CH0>:CHANnel<US0>:SCODe
value: int = driver.source.bb.tdscdma.down.cell.slot.channel.scode.get(cell = repcap.Cell.Default, slotNull = repcap.SlotNull.Default, channelNull = repcap.ChannelNull.Default)

Sets the spreading code for the selected channel. The code channel is spread with the set spreading code. The range of values of the spreading code depends on the channel type and the spreading factor. Depending on the channel type, the range of values can be limited.

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’)

  • channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)

Returns:

scode: integer Range: 1 to 16

set(scode: int, cell=Cell.Default, slotNull=SlotNull.Default, channelNull=ChannelNull.Default) None[source]
# [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:SLOT<CH0>:CHANnel<US0>:SCODe
driver.source.bb.tdscdma.down.cell.slot.channel.scode.set(scode = 1, cell = repcap.Cell.Default, slotNull = repcap.SlotNull.Default, channelNull = repcap.ChannelNull.Default)

Sets the spreading code for the selected channel. The code channel is spread with the set spreading code. The range of values of the spreading code depends on the channel type and the spreading factor. Depending on the channel type, the range of values can be limited.

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’)

  • channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)