You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merged in ReneKolb/Pulseblaster_MaxInstructions (pull request labscript-suite#1)
Added a check to allow for an error message when the maximum number of instructions is exceeded. The number can be configured in the constructor / ConnectionTable. For our Pulseblaster this is 4000, so I chose this as the default value.
raiseLabscriptError("The Pulseblaster memory cannot store more than 4000 instuctions, but the PulseProgram contains {:d} instructions.".format(len(pb_inst)))
0 commit comments