Pstep

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SLOT<CH0>:PRAC:PTS:PSTep
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cell=Cell.Default, slotNull=SlotNull.Default) float[source]
# [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SLOT<CH0>:PRAC:PTS:PSTep
value: float = driver.source.bb.tdscdma.up.cell.slot.prac.pts.pstep.get(cell = repcap.Cell.Default, slotNull = repcap.SlotNull.Default)

Sets the power by which the UpPTS is increased from repetition to repetition.

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:

pstep: float Range: 0 to 10

set(pstep: float, cell=Cell.Default, slotNull=SlotNull.Default) None[source]
# [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SLOT<CH0>:PRAC:PTS:PSTep
driver.source.bb.tdscdma.up.cell.slot.prac.pts.pstep.set(pstep = 1.0, cell = repcap.Cell.Default, slotNull = repcap.SlotNull.Default)

Sets the power by which the UpPTS is increased from repetition to repetition.

Parameters:
  • pstep – float 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’)