@@ -130,6 +130,43 @@ def asel(
130130
131131 STAT - Display the current select status.
132132
133+
134+ The following fields are used only with Type = S, R, A, or U:
135+
136+ Item
137+ Label identifying data. Valid item labels are shown in Table 105: ASEL - Valid Item and Component
138+ Labels (p. 185). Some items also require a component label. If Item = PICK (or simply "P"), graphical
139+ picking is enabled and all remaining command fields are ignored (valid only in the GUI). Defaults
140+ to AREA.
141+
142+ Comp
143+ Component of the item (if required). Valid component labels are shown in Table 105: ASEL - Valid
144+ Item and Component Labels (p. 185).
145+
146+ VMIN
147+ Minimum value of item range. Ranges are area numbers, coordinate values, attribute numbers, etc.,
148+ as appropriate for the item. A component name (as specified on the CM (p. 338) command) may
149+ also be substituted for VMIN (VMAX and VINC are ignored). If Item = MAT, TYPE, REAL, or ESYS
150+ and if VMIN is positive, the absolute value of Item is compared against the range for selection; if
151+ VMIN is negative, the signed value of Item is compared. See the ALIST (p. 106) command for a
152+ discussion of signed attributes.
153+
154+ VMAX
155+ Maximum value of item range. VMAX defaults to VMIN.
156+
157+ VINC
158+ Value increment within range. Used only with integer ranges (such as for area numbers). Defaults
159+ to 1. VINC cannot be negative.
160+
161+ KSWP
162+ Specifies whether only areas are to be selected:
163+
164+ - `kswp = 0` - Select areas only.
165+ - `kswp = 1` - Select areas, as well as keypoints, lines, nodes, and elements associated with selected areas.
166+
167+ Valid only with Type = S.
168+
169+
133170 Notes
134171 -----
135172 Selects a subset of areas. For example, to select those areas with area
@@ -597,6 +634,38 @@ def ksel(
597634
598635 STAT - Display the current select status.
599636
637+
638+ The following fields are used only with Type = S, R, A, or U:
639+
640+ Item
641+ Label identifying data. Valid item labels are shown in the table below. Some items also require a
642+ component label. If Item = PICK (or simply "P"), graphical picking is enabled and all remaining
643+ command fields are ignored (valid only in the GUI). Defaults to KP.
644+
645+ Comp
646+ Component of the item (if required). Valid component labels are shown in the table below.
647+
648+ VMIN
649+ Minimum value of item range. Ranges are keypoint numbers, coordinate values, attribute numbers,
650+ etc., as appropriate for the item. A component name (as specified on the CM (p. 338) command)
651+ may also be substituted for VMIN (VMAX and VINC are ignored). If Item = MAT, TYPE, REAL, or
652+ ESYS and if VMIN is positive, the absolute value of Item is compared against the range for selection;
653+ if VMIN is negative, the signed value of Item is compared. See the KLIST (p. 942) command for a
654+ discussion of signed attributes.
655+
656+ VMAX
657+ Maximum value of item range. VMAX defaults to VMIN.
658+
659+ VINC
660+ Value increment within range. Used only with integer ranges (such as for keypoint numbers). Defaults
661+ to 1. VINC cannot be negative.
662+
663+ KABS
664+ Absolute value key:
665+
666+ - `kabs = 0` - Check sign of value during selection.
667+ - `kabs = 1` - Use absolute value during selection (sign ignored).
668+
600669 Notes
601670 -----
602671 Selects a subset of keypoints or hard points. For example, to select a
@@ -727,6 +796,40 @@ def lsel(
727796
728797 STAT - Display the current select status.
729798
799+
800+ The following fields are used only with Type = S, R, A, or U:
801+
802+ Item
803+ Label identifying data. Valid item labels are shown in the table below. Some items also require a
804+ component label. If Item = PICK (or simply "P"), graphical picking is enabled and all remaining
805+ command fields are ignored (valid only in the GUI). Defaults to LINE.
806+
807+ Comp
808+ Component of the item (if required). Valid component labels are shown in the table below.
809+
810+ VMIN
811+ Minimum value of item range. Ranges are line numbers, coordinate values, attribute numbers, etc.,
812+ as appropriate for the item. If VMIN = 0.0, a tolerance of ±1.0E-6 is used, or ±0.005 x VMIN if VMIN
813+ = VMAX. A component name (as specified on the CM (p. 338) command) may also be substituted
814+ for VMIN (VMAX and VINC are ignored). If Item = MAT, TYPE, REAL, ESYS, or NDIV and if VMIN is
815+ positive, the absolute value of Item is compared against the range for selection; if VMIN is negative,
816+ the signed value of Item is compared. See the LLIST (p. 1011) command for a discussion of signed
817+ attributes.
818+
819+ VMAX
820+ Maximum value of item range. VMAX defaults to VMIN.
821+
822+ VINC
823+ Value increment within range. Used only with integer ranges (such as for line numbers). Defaults
824+ to 1. VINC cannot be negative.
825+
826+ KSWP
827+ Specifies whether only lines are to be selected:
828+
829+ - `kswp = 0` - Select lines only.
830+ - `kswp = 1` - Select lines, as well as keypoints, nodes, and elements associated with selected lines. Valid
831+ only with Type = S.
832+
730833 Notes
731834 -----
732835 Selects lines based on values of a labeled item and component. For
@@ -860,6 +963,36 @@ def nsel(
860963
861964 STAT - Display the current select status.
862965
966+
967+ The following fields are used only with Type = S, R, A, or U:
968+
969+ Item
970+ Label identifying data. Valid item labels are shown in the table below. Some items also require a
971+ component label. If Item = PICK (or simply "P"), graphical picking is enabled and all remaining
972+ command fields are ignored (valid only in the GUI). Defaults to NODE.
973+
974+ Comp
975+ Component of the item (if required). Valid component labels are shown in the table below.
976+
977+ VMIN
978+ Minimum value of item range. Ranges are node numbers, set numbers, coordinate values, load
979+ values, or result values as appropriate for the item. A component name (as specified on the CM (p. 338)
980+ command) may also be substituted for VMIN (VMAX and VINC are ignored).
981+
982+ VMAX
983+ Maximum value of item range. VMAX defaults to VMIN for input values. For result values, VMAX
984+ defaults to infinity if VMIN is positive, or to zero if VMIN is negative.
985+
986+ VINC
987+ Value increment within range. Used only with integer ranges (such as for node and set numbers).
988+ Defaults to 1. VINC cannot be negative.
989+
990+ KABS
991+ Absolute value key:
992+
993+ - `kabs = 0` - Check sign of value during selection.
994+ - `kabs = 1` - Use absolute value during selection (sign ignored)
995+
863996 Notes
864997 -----
865998 Selects a subset of nodes. For example, to select a new set of nodes
@@ -1268,6 +1401,38 @@ def vsel(
12681401
12691402 STAT - Display the current select status.
12701403
1404+ The following fields are used only with Type = S, R, A, or U:
1405+
1406+ Item
1407+ Label identifying data. Valid item labels are shown in the table below. Some items also require a
1408+ component label. If Item = PICK (or simply "P"), graphical picking is enabled and all remaining
1409+ command fields are ignored (valid only in the GUI). Defaults to VOLU.
1410+
1411+ Comp
1412+ Component of the item (if required). Valid component labels are shown in the table below.
1413+
1414+ VMIN
1415+ Minimum value of item range. Ranges are volume numbers, coordinate values, attribute numbers,
1416+ etc., as appropriate for the item. A component name (as specified on the CM (p. 338) command)
1417+ may also be substituted for VMIN (VMAX and VINC are ignored). If Item = MAT, TYPE, REAL, or
1418+ ESYS and if VMIN is positive, the absolute value of Item is compared against the range for selection;
1419+ if VMIN is negative, the signed value of Item is compared. See the VLIST (p. 2050) command for a
1420+ discussion of signed attributes.
1421+
1422+ VMAX
1423+ Maximum value of item range. VMAX defaults to VMIN.
1424+
1425+ VINC
1426+ Value increment within range. Used only with integer ranges (such as for volume numbers). Defaults
1427+ to 1. VINC cannot be negative.
1428+
1429+ KSWP
1430+ Specifies whether only volumes are to be selected:
1431+
1432+ - `kswp = 0` - Select volumes only.
1433+ - `kswp = 1` - Select volumes, as well as keypoints, lines, areas,
1434+ nodes, and elements associated with selected volumes. Valid only with Type = S.
1435+
12711436 Notes
12721437 -----
12731438 Selects volumes based on values of a labeled item and component. For
0 commit comments