Phase
SCPI Command :
[SOURce<HW>]:BB:MCCW:CARRier:PHASe
- class PhaseCls[source]
Phase commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class PhaseStruct[source]
Response structure. Fields:
Carrier_Index: int: integer Range: 0 to lastCarrier
Phase: float: float Range: 0 to 359.99, Unit: DEG
- get() PhaseStruct [source]
# SCPI: [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.
- return
structure: for return value, see the help for PhaseStruct structure arguments.
- set(carrier_index: int, phase: float) None [source]
# SCPI: [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.
- param carrier_index
integer Range: 0 to lastCarrier
- param phase
float Range: 0 to 359.99, Unit: DEG