Length

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:SLOT<CH0>:CHANnel<US0>:DPCCh:TFCI:LENGth
class LengthCls[source]

Length commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(cell=Cell.Default, slotNull=SlotNull.Default, channelNull=ChannelNull.Default) RsSmbv.enums.TdscdmaTfciLen[source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:SLOT<CH0>:CHANnel<US0>:DPCCh:TFCI:LENGth
value: enums.TdscdmaTfciLen = driver.source.bb.tdscdma.down.cell.slot.channel.dpcch.tfci.length.get(cell = repcap.Cell.Default, slotNull = repcap.SlotNull.Default, channelNull = repcap.ChannelNull.Default)

Sets the length of the TFCI field in bits.

param cell

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)

param slotNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Slot’)

param channelNull

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

return

length: 0| 4| 6| 8| 12| 16| 24| 32| 48

set(length: RsSmbv.enums.TdscdmaTfciLen, cell=Cell.Default, slotNull=SlotNull.Default, channelNull=ChannelNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:SLOT<CH0>:CHANnel<US0>:DPCCh:TFCI:LENGth
driver.source.bb.tdscdma.down.cell.slot.channel.dpcch.tfci.length.set(length = enums.TdscdmaTfciLen._0, cell = repcap.Cell.Default, slotNull = repcap.SlotNull.Default, channelNull = repcap.ChannelNull.Default)

Sets the length of the TFCI field in bits.

param length

0| 4| 6| 8| 12| 16| 24| 32| 48

param cell

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)

param slotNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Slot’)

param channelNull

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