Cfactor

SCPI Commands :

[SOURce<HW>]:BB:MCCW:CFACtor:ACTual
[SOURce<HW>]:BB:MCCW:CFACtor:MODE
[SOURce<HW>]:BB:MCCW:CFACtor
Commands in total: 3
Subgroups: 0
Direct child commands: 3
get_actual() float[source]
# [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.

Returns:

actual: float Range: 0 to 100

get_mode() MccwCrestFactMode[source]
# [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.

Returns:

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

get_value() float[source]
# [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.

Returns:

cfactor: float Range: 0 to 30