The following example illustrates how you can obtain an instance of this type:
from zaber_motion.ascii import Connection
connection = Connection.open_serial_port('COM3')
device = connection.get_device(1)
pvt = device.pvt
pvt_buffer = pvt.get_buffer(1)pvt_buffer.retrieve_sequence_data()List[PvtSequenceItem] The PVT data loaded from the buffer.