Power

SCPI Commands :

[SOURce<HW>]:BB:MCCW:EDIT:CARRier:POWer:STEP
[SOURce<HW>]:BB:MCCW:EDIT:CARRier:POWer:[STARt]
Commands in total: 2
Subgroups: 0
Direct 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 RsSmw.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