Introduction to Registers and Schedules

Introduction to Registers and Schedules

Questions can be sent to: [email protected] Overview If you have started looking through our MATLAB and Python demos, you will probably have encountered code that looks like this: Datapixx(‘RegWrRd’); DPxUpdateRegCache() device.updateRegCache() And possibly this: Datapixx(‘StopAllSchedules’); DPxStopAllScheds() device.din.stopSchedule() If you’re curious about what these commands do, this guide is for you. Registers and schedules are core…