FilterPy

SCPI Command :

OUTPut<HW>:FILTer:MODE
class FilterPyCls[source]

FilterPy commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_mode() PowHarmMode[source]
# SCPI: OUTPut<HW>:FILTer:MODE
value: enums.PowHarmMode = driver.output.filterPy.get_mode()

Activates low harmonic filter or enables its automatic switching.

return:

mode: ON| AUTO| 1 ON|1 Ensures best low harmonics performance but decreases the level range AUTO Applies an automatically selected harmonic filter that fits to the current level setting.

set_mode(mode: PowHarmMode) None[source]
# SCPI: OUTPut<HW>:FILTer:MODE
driver.output.filterPy.set_mode(mode = enums.PowHarmMode._1)

Activates low harmonic filter or enables its automatic switching.

param mode:

ON| AUTO| 1 ON|1 Ensures best low harmonics performance but decreases the level range AUTO Applies an automatically selected harmonic filter that fits to the current level setting.