Phase
SCPI Command :
[SOURce<HW>]:BB:MCCW:CARRier:PHASe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class PhaseStruct[source]
Response structure. Fields:
1 Carrier_Index: int: integer Range: 0 to lastCarrier
2 Phase: float: float Range: 0 to 359.99, Unit: DEG
- get() PhaseStruct[source]
# [SOURce<HW>]:BB:MCCW:CARRier:PHASe value: PhaseStruct = driver.source.bb.mccw.carrier.phase.get()
For disabled optimization of the crest factor, sets the start phase of the selected carrier.
- Returns:
structure: for return value, see the help for PhaseStruct structure arguments.
- set(carrier_index: int, phase: float) None[source]
# [SOURce<HW>]:BB:MCCW:CARRier:PHASe driver.source.bb.mccw.carrier.phase.set(carrier_index = 1, phase = 1.0)
For disabled optimization of the crest factor, sets the start phase of the selected carrier.
- Parameters:
carrier_index – integer Range: 0 to lastCarrier
phase – float Range: 0 to 359.99, Unit: DEG