Power

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SLOT<CH0>:CHANnel<US0>:POWer
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cell=Cell.Default, slotNull=SlotNull.Default, channelNull=ChannelNull.Default) float[source]
# [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SLOT<CH0>:CHANnel<US0>:POWer
value: float = driver.source.bb.tdscdma.up.cell.slot.channel.power.get(cell = repcap.Cell.Default, slotNull = repcap.SlotNull.Default, channelNull = repcap.ChannelNull.Default)

Sets the channel power in dB.

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

  • channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)

Returns:

power: float Range: -80 to 0

set(power: float, cell=Cell.Default, slotNull=SlotNull.Default, channelNull=ChannelNull.Default) None[source]
# [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SLOT<CH0>:CHANnel<US0>:POWer
driver.source.bb.tdscdma.up.cell.slot.channel.power.set(power = 1.0, cell = repcap.Cell.Default, slotNull = repcap.SlotNull.Default, channelNull = repcap.ChannelNull.Default)

Sets the channel power in dB.

Parameters:
  • power – float Range: -80 to 0

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

  • channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)