PvtPartialSequenceItemunion
Module: zaber_motion.ascii
Union of all data types that can appear in a PVT sequence with missing point data columns.
To use this type, add from zaber_motion.ascii import PvtPartialSequenceItem to the top of your source code.
Member Types
tData representing a single point in a PVT sequence or buffer with optional members. This is used to represent sequences with missing columns such as velocity or time. The data must be completed using the PvtSequence.Generate... methods before it can be sent to a device.
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.