Power

SCPI Command :

[SOURce<HW>]:BB:MCCW:CARRier:LIST:POWer
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(start: int, count: int) List[float][source]
# [SOURce<HW>]:BB:MCCW:CARRier:LIST:POWer
value: List[float] = driver.source.bb.mccw.carrier.listPy.power.get(start = 1, count = 1)

Sets the power of the carrier with the aid of a value list.

Parameters:
  • start – integer start carrier index Range: 0 to lastCarrier

  • count – integer number of carriers in the carrier range, starting from the Start carrier Range: 1 to lastCarrier