Configure

SCPI Command :

CONFigure:BASE:FCONtrol
class ConfigureCls[source]

Configure commands group definition. 54 total commands, 12 Subgroups, 1 group commands

get_fcontrol() FanMode[source]
# SCPI: CONFigure:BASE:FCONtrol
value: enums.FanMode = driver.configure.get_fcontrol()

Selects a fan control mode.

return:

mode: LOW | NORMal | HIGH LOW: less cooling than in normal mode NORMal: default mode HIGH: more cooling than in normal mode

set_fcontrol(mode: FanMode) None[source]
# SCPI: CONFigure:BASE:FCONtrol
driver.configure.set_fcontrol(mode = enums.FanMode.HIGH)

Selects a fan control mode.

param mode:

LOW | NORMal | HIGH LOW: less cooling than in normal mode NORMal: default mode HIGH: more cooling than in normal mode

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.clone()

Subgroups