Power
SCPI Command :
[SOURce<HW>]:BB:MCCW:CARRier:LIST:POWer
- class PowerCls[source]
Power commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(start: int, count: int) List[float] [source]
# SCPI: [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.
- param start
integer start carrier index Range: 0 to lastCarrier
- param count
integer number of carriers in the carrier range, starting from the Start carrier Range: 1 to lastCarrier
- return
powers: No help available
- set(powers: List[float]) None [source]
# SCPI: [SOURce<HW>]:BB:MCCW:CARRier:LIST:POWer driver.source.bb.mccw.carrier.listPy.power.set(powers = [1.1, 2.2, 3.3])
Sets the power of the carrier with the aid of a value list.
- param powers
No help available