Length
SCPI Command :
[SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SLOT<CH0>:PRAC:MSG:LENGth
- class LengthCls[source]
Length commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell=Cell.Default, slotNull=SlotNull.Default) NumbersB [source]
# SCPI: [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.
- 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’)
- return:
length: 1| 2| 4
- set(length: NumbersB, cell=Cell.Default, slotNull=SlotNull.Default) None [source]
# SCPI: [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.
- param length:
1| 2| 4
- 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’)