15.45.1.4 LIMITED
- Limits the data listed to the specified range. For 3-d data the limit on the dependent variable is ignored. If limits are not specified, the default is the current plot limits. See:Command SET LIMITS. 1. X - Specifies X limit 2. Y - Specifies Y limit 3. Z - Specifies the Z limit 4. CURSOR - Brings up the cursor. You move it to the X,Y value you wish then press the space bar to enter both X,Y or X to enter X or Y to enter Y. 5. RECURSOR - The cursor enters both limits. 6. VLOG - Draws a cross when you press the space bar, and draws a dotted line around the final limits. 7. LOG - Type on the terminal a summary of the data listing. example TD:LIST DATA LIMITED FROM 1,1 to 2,5 or... TD:LIST DATA LIMITED FROM X=1 Y=1 TO X=2 Y=5 Lists all points that with X between 1 and 2 and Y between 2 and 5 inclusive. TD:LIST DATA LIMITED FROM Y=1 TO Y=5 Lists all data points with Y values between 1 and 5 inclusive. TD:LIST DATA LIMITED FROM CURSOR TO CURSOR Lists all data points as defined by the cursor limits. TD:LIST DATA LIMITED FROM X=CURSOR TO X=CURSOR Lists all data points according to X values defined by the cursor.