SEGDEL Segment Delete

SEGDEL

Segment Delete

Deletes the specified segment from the limit-line tables.
Syntax
SEGDEL
segment
7
number
Related Commands: LIMIMODE, LIMISEG, LIMISEGT, SENTER, SENTERT.
Example 1
This example uses LIMIMODE for entering segments into the upper limit-line table, then
entering a segment into the lower limit-line table (upper and lower limit lines are treated as
separate tables). Line 60 demonstrates the effect of deleting a segment when the upper and
lower limit-line tables are treated separately.
10 OUTPUT
718;"LIMIDEL;"
20 OUTPUT
718;"LIMIMODE
UPPER
;
25 OUTPUT
718;"LIMIFT
FREQ;"
30 OUTPUT
718;"LIMISEG
BOOMHZ
,
40 OUTPUT
718;"LIMIMODE
LOWER
,I
-3ODB,FLAT;"
II
50 OUTPUT
718;"LIMISEG
300MHZ;-70DB,FLAT;"
60 OUTPUT
718;"SEGDEL
1;"
Deletes the current limit-line table, sets
the table
type
to
jixed.
Speci$?es
the upper limit-line table.
Limit lines to be based on
frequenq.
Enters a segment into the upper limit-
line table.
Spe&fi.es
the lower limit-line table.
l3nters
a segment into the lower limit-
line table.
Deletes the segment from the lower limit-
line table.
70
END
Programming Commands 5-483