@@ -3,7 +3,7 @@ class Abbreviations:
33 def abbr (self , abbr = "" , string = "" , ** kwargs ):
44 """Defines an abbreviation.
55
6- APDL Command: *ABBR
6+ APDL Command: `` *ABBR``
77
88 Parameters
99 ----------
@@ -14,13 +14,15 @@ def abbr(self, abbr="", string="", **kwargs):
1414 which is the same as an ANSYS command.
1515
1616 string
17- String of characters (60 maximum) represented by Abbr. Cannot
18- include a $ or any of the commands C***, /COM, /GOPR, /NOPR,
19- /QUIT, /UI, or *END. Parameter names and commands of the *DO and
20- Use the *IF groups may not be abbreviated. If String is blank, the
21- abbreviation is deleted. To abbreviate multiple commands, create an
22- "unknown command" macro or define String to execute a macro file
23- [*USE] containing the desired commands.
17+ String of characters (60 maximum) represented by Abbr.
18+ Cannot include a $ or any of the commands ``C***``, /COM,
19+ /GOPR, /NOPR, /QUIT, /UI, or ``*END``.
20+
21+ Use the ``*IF`` groups may not be abbreviated. If String
22+ is blank, the abbreviation is deleted. To abbreviate
23+ multiple commands, create an "unknown command" macro or
24+ define String to execute a macro file [``*USE``]
25+ containing the desired commands.
2426
2527 Notes
2628 -----
@@ -31,8 +33,8 @@ def abbr(self, abbr="", string="", **kwargs):
3133 any time and are available throughout the program. Abbreviations may be
3234 redefined or deleted at any time.
3335
34- Use *STATUS to display the current list of abbreviations. For
35- abbreviations repeated with *REPEAT, substitution occurs before the
36+ Use `` *STATUS`` to display the current list of abbreviations. For
37+ abbreviations repeated with `` *REPEAT`` , substitution occurs before the
3638 repeat increments are applied. There are a number of abbreviations that
3739 are predefined by the program (these can be deleted by using the blank
3840 String option described above). Note that String will be written to the
@@ -136,7 +138,7 @@ def ucmd(self, cmd="", srnum="", **kwargs):
136138 dependent) subroutine. This feature allows user-defined commands to be
137139 programmed into the ANSYS program. Once programmed, this command can
138140 be input to the program like other commands, and can also be included
139- in the ANSYS start-up file. See *ULIB for another way of defining user
141+ in the ANSYS start-up file. See `` *ULIB`` for another way of defining user
140142 commands.
141143
142144 Up to 10 subroutines are available for user-defined commands (USER01 to
0 commit comments