Cfactor

SCPI Commands :

[SOURce<HW>]:BB:MCCW:CFACtor:ACTual
[SOURce<HW>]:BB:MCCW:CFACtor:MODE
[SOURce<HW>]:BB:MCCW:CFACtor
class CfactorCls[source]

Cfactor commands group definition. 3 total commands, 0 Subgroups, 3 group commands

get_actual() float[source]
# SCPI: [SOURce<HW>]:BB:MCCW:CFACtor:ACTual
value: float = driver.source.bb.mccw.cfactor.get_actual()

Queries the actual Crest Factor for optimization mode target crest.

return

actual: float Range: 0 to 100

get_mode() RsSmbv.enums.MccwCrestFactMode[source]
# SCPI: [SOURce<HW>]:BB:MCCW:CFACtor:MODE
value: enums.MccwCrestFactMode = driver.source.bb.mccw.cfactor.get_mode()

Sets the mode by which automatic settings minimize the crest factor or hold it at a chosen value.

return

mode: OFF| CHIRp| SLOW SLOW corresponds to the manual control ‘Target Crest’

get_value() float[source]
# SCPI: [SOURce<HW>]:BB:MCCW:CFACtor
value: float = driver.source.bb.mccw.cfactor.get_value()

Sets the desired crest factor, if the optimization mode target crest factor is used.

return

cfactor: float Range: 0 to 30

set_mode(mode: RsSmbv.enums.MccwCrestFactMode) None[source]
# SCPI: [SOURce<HW>]:BB:MCCW:CFACtor:MODE
driver.source.bb.mccw.cfactor.set_mode(mode = enums.MccwCrestFactMode.CHIRp)

Sets the mode by which automatic settings minimize the crest factor or hold it at a chosen value.

param mode

OFF| CHIRp| SLOW SLOW corresponds to the manual control ‘Target Crest’

set_value(cfactor: float) None[source]
# SCPI: [SOURce<HW>]:BB:MCCW:CFACtor
driver.source.bb.mccw.cfactor.set_value(cfactor = 1.0)

Sets the desired crest factor, if the optimization mode target crest factor is used.

param cfactor

float Range: 0 to 30