15.19.1.3 LIMITED
- Specifies deletion of data within specific limts on X,Y, and Z. 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. TD:DELETE LIMITED RECURSOR is the same as... TD:DELETE LIMITED FROM CURSOR TO CURSOR 6. VLOG - Draws a cross when you press the space bar, and draws a dotted line around the final limits. example TD:DELETE LIMITED FROM 1,1 to 2,5 is the same as TD:DELETE LIMITED FROM X=1 Y=1 TO X=2 Y=5 Deletes all points that with X between 1 and 2 and Y between 2 and 5 inclusive. TD:DELETE LIMITED FROM Y=1 TO Y=5 Deletes all data points with Y values between 1 and 5 inclusive. TD:DELETE LIMITED FROM CURSOR TO CURSOR Deletes all data points within a box defined by the cursor. TD:DELETE LIMITED FROM X=CURSOR TO X=CURSOR Deletes all data points within X values defined by the cursor.