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