Start

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SLOT<CH0>:PRAC:PTS:STARt
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cell=Cell.Default, slotNull=SlotNull.Default) int[source]
# [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.

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:

start: integer Range: 0 to 10

set(start: int, cell=Cell.Default, slotNull=SlotNull.Default) None[source]
# [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.

Parameters:
  • start – integer Range: 0 to 10

  • 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’)