Warmup
SCPI Command :
CALibration:DUE:WARMup
- class WarmupCls[source]
Warmup commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: CALibration:DUE:WARMup value: bool = driver.calibration.due.warmup.get()
If enabled, self-alignment is started automatically after the warmup operation has completed.
- return
state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on
- set(state: bool) None [source]
# SCPI: CALibration:DUE:WARMup driver.calibration.due.warmup.set(state = False)
If enabled, self-alignment is started automatically after the warmup operation has completed.
- param state
ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on