Adjustments

SCPI Command :

PROGram:ADJustments:ENABle
class AdjustmentsCls[source]

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

get_enable() bool[source]
# SCPI: PROGram:ADJustments:ENABle
value: bool = driver.program.adjustments.get_enable()

Enables using the path loss compensation function.

return:

enable: ON| OFF| 1| 0

set_enable(enable: bool) None[source]
# SCPI: PROGram:ADJustments:ENABle
driver.program.adjustments.set_enable(enable = False)

Enables using the path loss compensation function.

param enable:

ON| OFF| 1| 0