HSIZE

The instantaneous simulation step size being used for any simulation that advances time (for example, dynamic, kinematic and quasistatic analyses).

Example

SENSOR/1
, VALUE=1e-4
, ERR=1e-5
, LE
, HALT
, FUN=HSIZE+1*STEP(TIME,0.799,1,0.8,0)
In above example, the sensor halts the simulation if the step size is smaller than 1e-4. Note that a STEP function is used to delay the sensor to avoid the start-up condition of a step size-0.0, and to accommodate HMIN and allow the integrator to start.