Power
SCPI Commands :
[SOURce<HW>]:BB:MCCW:EDIT:CARRier:POWer:STEP
[SOURce<HW>]:BB:MCCW:EDIT:CARRier:POWer:[STARt]
- Commands in total: 2Subgroups: 0Direct child commands: 2
- get_start() float[source]
# [SOURce<HW>]:BB:MCCW:EDIT:CARRier:POWer:[STARt] value: float = driver.source.bb.mccw.edit.carrier.power.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 method
RsSmbv.source.bb.mccw.edit.carrier.power.step()command.- Returns:
start: float Range: -80 to 0
- get_step() float[source]
# [SOURce<HW>]:BB:MCCW:EDIT:CARRier:POWer:STEP value: float = driver.source.bb.mccw.edit.carrier.power.get_step()
Sets the step width by which the starting power of the carriers in the defined carrier range is incremented.
- Returns:
step: float Range: -80 to 80
- set_start(start: float) None[source]
# [SOURce<HW>]:BB:MCCW:EDIT:CARRier:POWer:[STARt] driver.source.bb.mccw.edit.carrier.power.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 method
RsSmbv.source.bb.mccw.edit.carrier.power.step()command.- Parameters:
start – float Range: -80 to 0
- set_step(step: float) None[source]
# [SOURce<HW>]:BB:MCCW:EDIT:CARRier:POWer:STEP driver.source.bb.mccw.edit.carrier.power.set_step(step = 1.0)
Sets the step width by which the starting power of the carriers in the defined carrier range is incremented.
- Parameters:
step – float Range: -80 to 80