Length
SCPI Command :
[SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SLOT<CH0>:PRAC:MSG:LENGth
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(cell=Cell.Default, slotNull=SlotNull.Default) NumbersB[source]
# [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SLOT<CH0>:PRAC:MSG:LENGth value: enums.NumbersB = driver.source.bb.tdscdma.up.cell.slot.prac.msg.length.get(cell = repcap.Cell.Default, slotNull = repcap.SlotNull.Default)
Sets the message length of the random access channel in subframes.
- 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:
length: 1 | 2| 4
- set(length: NumbersB, cell=Cell.Default, slotNull=SlotNull.Default) None[source]
# [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SLOT<CH0>:PRAC:MSG:LENGth driver.source.bb.tdscdma.up.cell.slot.prac.msg.length.set(length = enums.NumbersB._1, cell = repcap.Cell.Default, slotNull = repcap.SlotNull.Default)
Sets the message length of the random access channel in subframes.
- Parameters:
length – 1 | 2| 4
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’)