Phase
SCPI Commands :
[SOURce<HW>]:BB:MCCW:EDIT:CARRier:PHASe:STEP
[SOURce<HW>]:BB:MCCW:EDIT:CARRier:PHASe:[STARt]
- class PhaseCls[source]
Phase commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_start() float [source]
# SCPI: [SOURce<HW>]:BB:MCCW:EDIT:CARRier:PHASe:[STARt] value: float = driver.source.bb.mccw.edit.carrier.phase.get_start()
Sets the power/pahse for the starting carrier. The power of the remaining carriers is stepped up or down by the power specified with the [:SOURce<hw>]:BB:MCCW:EDIT:CARRier:POWer:STEP command.
- return
start: float Range: -80 to 0
- get_step() float [source]
# SCPI: [SOURce<HW>]:BB:MCCW:EDIT:CARRier:PHASe:STEP value: float = driver.source.bb.mccw.edit.carrier.phase.get_step()
For disabled optimization of the crest factor, sets the step width by which the start phase of the carriers in the defined carrier range is incremented.
- return
step: float Range: -359.99 to 359.99
- set_start(start: float) None [source]
# SCPI: [SOURce<HW>]:BB:MCCW:EDIT:CARRier:PHASe:[STARt] driver.source.bb.mccw.edit.carrier.phase.set_start(start = 1.0)
Sets the power/pahse for the starting carrier. The power of the remaining carriers is stepped up or down by the power specified with the [:SOURce<hw>]:BB:MCCW:EDIT:CARRier:POWer:STEP command.
- param start
float Range: -80 to 0
- set_step(step: float) None [source]
# SCPI: [SOURce<HW>]:BB:MCCW:EDIT:CARRier:PHASe:STEP driver.source.bb.mccw.edit.carrier.phase.set_step(step = 1.0)
For disabled optimization of the crest factor, sets the step width by which the start phase of the carriers in the defined carrier range is incremented.
- param step
float Range: -359.99 to 359.99