Power

SCPI Command :

[SOURce<HW>]:BB:MCCW:CARRier:POWer
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class PowerStruct[source]

Response structure. Fields:

  • 1 Carrier_Index: int: integer Range: 0 to lastCarrier

  • 2 Power: float: float Range: -80 to 0

get() PowerStruct[source]
# [SOURce<HW>]:BB:MCCW:CARRier:POWer
value: PowerStruct = driver.source.bb.mccw.carrier.power.get()

Sets the power of the selected carrier.

Returns:

structure: for return value, see the help for PowerStruct structure arguments.

set(carrier_index: int, power: float) None[source]
# [SOURce<HW>]:BB:MCCW:CARRier:POWer
driver.source.bb.mccw.carrier.power.set(carrier_index = 1, power = 1.0)

Sets the power of the selected carrier.

Parameters:
  • carrier_index – integer Range: 0 to lastCarrier

  • power – float Range: -80 to 0