Phase

SCPI Command :

[SOURce<HW>]:BB:MCCW:CARRier:LIST:PHASe
class PhaseCls[source]

Phase commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(start: Optional[int] = None, count: Optional[int] = None) List[float][source]
# SCPI: [SOURce<HW>]:BB:MCCW:CARRier:LIST:PHASe
value: List[float] = driver.source.bb.mccw.carrier.listPy.phase.get(start = 1, count = 1)

Sets the start phase 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 max

return

phases: No help available

set(phases: List[float]) None[source]
# SCPI: [SOURce<HW>]:BB:MCCW:CARRier:LIST:PHASe
driver.source.bb.mccw.carrier.listPy.phase.set(phases = [1.1, 2.2, 3.3])

Sets the start phase of the carrier with the aid of a value list.

param phases

No help available