In the help pages it is documented that the SCHMITT devices do not have any time information associated with them. The parameter "tripdt" is used to specify the largest amount of time across a state change. Something like tripdt=10n means that all state changes must happen within a 10 nsec window. That is there must be a pair of timesteps, with a Δt of 10 ns or less, on either side of the state change. The value you choose for tripdt, should consider clock frequency along with rise and fall times. This may or may not be the last problem you could encounter.Marvellous! Got all the parameters in the right place, and now it's been sat there doing N-R iterations and fill-ins for the last half hour.
A. Special functions.
The gates and Schmitt trigger devices supply no timestep information to the simulation engine by default. That is, they don't look when they are about to change state and make sure there's a timestep close to either side of the state change. The instance parameter tripdt can be set to stipulate a maximum timestep size the simulator takes across state changes.
Last edited:
