Length
SCPI Command :
[SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SLOT<CH0>:CHANnel<US0>:DPCCh:SYNC:LENGth
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(cell=Cell.Default, slotNull=SlotNull.Default, channelNull=ChannelNull.Default) TdscdmaSyncShiftLen[source]
# [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SLOT<CH0>:CHANnel<US0>:DPCCh:SYNC:LENGth value: enums.TdscdmaSyncShiftLen = driver.source.bb.tdscdma.up.cell.slot.channel.dpcch.sync.length.get(cell = repcap.Cell.Default, slotNull = repcap.SlotNull.Default, channelNull = repcap.ChannelNull.Default)
Sets the length of the sync shift and the length of the TPC field in bits. The available values depend on the slot format.
- 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:
length: 0 | 2| 3 | 4| 8 | 16 | 32 | 48
- set(length: TdscdmaSyncShiftLen, cell=Cell.Default, slotNull=SlotNull.Default, channelNull=ChannelNull.Default) None[source]
# [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SLOT<CH0>:CHANnel<US0>:DPCCh:SYNC:LENGth driver.source.bb.tdscdma.up.cell.slot.channel.dpcch.sync.length.set(length = enums.TdscdmaSyncShiftLen._0, cell = repcap.Cell.Default, slotNull = repcap.SlotNull.Default, channelNull = repcap.ChannelNull.Default)
Sets the length of the sync shift and the length of the TPC field in bits. The available values depend on the slot format.
- Parameters:
length – 0 | 2| 3 | 4| 8 | 16 | 32 | 48
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’)