Pcorrection

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SLOT<CH0>:PRAC:MSG:PCORrection
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:MSG:PCORrection
value: float = driver.source.bb.tdscdma.up.cell.slot.prac.msg.pcorrection.get(cell = repcap.Cell.Default, slotNull = repcap.SlotNull.Default)

Queries the value of the power correction.

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:

pcorrection: float Range: -1E10 to 1E10

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

Queries the value of the power correction.

Parameters:
  • pcorrection – float Range: -1E10 to 1E10

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