PvtSequenceItemunion
Module: zaber_motion.ascii
Union of all data types that can appear in a PVT sequence.
To use this type, add from zaber_motion.ascii import PvtSequenceItem to the top of your source code.
Member Types
tData representing a single point in a PVT sequence or buffer.
tRepresents a buffer call in a PVT sequence or buffer.
tChange the state of a digital output pin in a PVT sequence or buffer.
tChange the state of multiple pins of a digital output port in a PVT sequence or buffer.
tChange the state of an analog output pin in a PVT sequence or buffer.
tChange the state of multiple pins of an analog output port in a PVT sequence or buffer.
tCancel the pending scheduled output change for a single analog or digital output pin in a PVT sequence or buffer.
tCancel pending scheduled output changes for multiple analog or digital output pins in a PVT sequence or buffer.