Falignment
SCPI Command :
SYSTem:COMMunicate:RDEVice:OSCilloscope:ALIGnment:FALignment
- class FalignmentCls[source]
Falignment commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: SYSTem:COMMunicate:RDEVice:OSCilloscope:ALIGnment:FALignment value: bool = driver.applications.k6Pulse.system.communicate.rdevice.oscilloscope.alignment.falignment.get()
Performs a self-alignment on the oscilloscope before the B2000/B5000 alignment on the FSW.
- return
state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on
- set(state: bool) None [source]
# SCPI: SYSTem:COMMunicate:RDEVice:OSCilloscope:ALIGnment:FALignment driver.applications.k6Pulse.system.communicate.rdevice.oscilloscope.alignment.falignment.set(state = False)
Performs a self-alignment on the oscilloscope before the B2000/B5000 alignment on the FSW.
- param state
ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on