public interface ChipModel
void wait(float seconds)
seconds
- the number of seconds to wait.void waitNS(double nanoseconds)
nanoseconds
- the number of nanoseconds to wait.void waitPS(double picoseconds)
picoseconds
- the number of picoseconds to wait.