Start
SCPI Command :
[SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SLOT<CH0>:PRAC:PTS:STARt
- class StartCls[source]
Start commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell=Cell.Default, slotNull=SlotNull.Default) int [source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SLOT<CH0>:PRAC:PTS:STARt value: int = driver.source.bb.tdscdma.up.cell.slot.prac.pts.start.get(cell = repcap.Cell.Default, slotNull = repcap.SlotNull.Default)
Sets the number of the subframe in which the first UpPTS should be transmitted.
- 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
start: integer Range: 0 to 10
- set(start: int, cell=Cell.Default, slotNull=SlotNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SLOT<CH0>:PRAC:PTS:STARt driver.source.bb.tdscdma.up.cell.slot.prac.pts.start.set(start = 1, cell = repcap.Cell.Default, slotNull = repcap.SlotNull.Default)
Sets the number of the subframe in which the first UpPTS should be transmitted.
- param start
integer Range: 0 to 10
- 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’)