@@ -691,12 +691,12 @@ def mpread(self, fname="", ext="", lib="", **kwargs):
691691 ----------
692692 fname
693693 File name and directory path (248 characters maximum,
694- including directory). If you do not specify the LIB
694+ including directory). If you do not specify the `` LIB``
695695 option, the default directory is the current working
696- directory. If you specify the LIB option, the default is
696+ directory. If you specify the `` LIB`` option, the default is
697697 the following search path: the current working directory,
698- the user's home directory, MPLIB_DIR (as specified by the
699- /MPLIB,READ,PATH command) and /ansys_dir/matlib (as
698+ the user's home directory, `` MPLIB_DIR`` (as specified by the
699+ `` /MPLIB,READ,PATH`` command) and `` /ansys_dir/matlib`` (as
700700 defined by installation). If you use the default for your
701701 directory, you can use all 248 characters for the file
702702 name.
@@ -706,25 +706,25 @@ def mpread(self, fname="", ext="", lib="", **kwargs):
706706
707707 lib
708708 Reads material library files previously written with the
709- MPWRITE command. (See the description of the LIB option
710- for the MPWRITE command.) The only allowed value for LIB
711- is LIB.
709+ MPWRITE command. (See the description of the `` LIB`` option
710+ for the `` MPWRITE`` command.) The only allowed value for `` LIB``
711+ is `` LIB`` .
712712
713713 Notes
714714 -----
715- Material properties written to a file without the LIB option
715+ Material properties written to a file without the `` LIB`` option
716716 do not support nonlinear properties. Also, properties written
717- to a file without the LIB option are restored in the same
717+ to a file without the `` LIB`` option are restored in the same
718718 material number as originally defined. To avoid errors, use
719- MPREAD with the LIB option only when reading files written
720- using MPWRITE with the LIB option.
719+ `` MPREAD`` with the `` LIB`` option only when reading files written
720+ using MPWRITE with the `` LIB`` option.
721721
722- If you omit the LIB option for MPREAD, this command supports
722+ If you omit the `` LIB`` option for `` MPREAD`` , this command supports
723723 only linear properties.
724724
725725 Material numbers are hardcoded. If you write a material file
726- without specifying the LIB option, then read that file in
727- using the MPREAD command with the LIB option, the ANSYS
726+ without specifying the `` LIB`` option, then read that file in
727+ using the `` MPREAD`` command with the `` LIB`` option, the ANSYS
728728 program will not write the file to a new material number.
729729 Instead, it will write the file to the "old" material number
730730 (the number specified on the MPWRITE command that created the
@@ -855,9 +855,9 @@ def mpwrite(self, fname="", ext="", lib="", mat="", **kwargs):
855855 ----------
856856 fname
857857 File name and directory path (248 characters maximum, including
858- directory). If you do not specify the LIB option, the default
859- directory is the current working directory. If you specify LIB and
860- you have specified a material library directory (via the /MPLIB
858+ directory). If you do not specify the `` LIB`` option, the default
859+ directory is the current working directory. If you specify `` LIB`` and
860+ you have specified a material library directory (via the `` /MPLIB``
861861 command), that directory is the default. Otherwise, the default is
862862 the current working directory. If you use the default for your
863863 directory, you can use all 248 characters for the file name.
@@ -867,18 +867,18 @@ def mpwrite(self, fname="", ext="", lib="", mat="", **kwargs):
867867 ext
868868 Filename extension (eight-character maximum).
869869
870- If you omit the LIB option, the default extension is
871- MP. If you specify the LIB option, the default extension
870+ If you omit the `` LIB`` option, the default extension is
871+ MP. If you specify the `` LIB`` option, the default extension
872872 is units_MPL, where units is the system of units currently
873- in use. (See the description of the /UNITS command.) For
874- example, if /UNITS is set to BIN, the extension defaults
873+ in use. (See the description of the `` /UNITS`` command.) For
874+ example, if `` /UNITS`` is set to BIN, the extension defaults
875875 to BIN_MPL.
876876
877877 lib
878- The only value allowed for this field is the string "LIB."
878+ The only value allowed for this field is the string `` "LIB"``.
879879
880- The LIB option indicates that you wish to have properties
881- associated with the material (MAT) written to the
880+ The `` LIB`` option indicates that you wish to have properties
881+ associated with the material (`` MAT`` ) written to the
882882 specified material library file using the material library
883883 file format. The material library file format is
884884 ASCII-text-based ANSYS command input. Certain commands
@@ -888,15 +888,15 @@ def mpwrite(self, fname="", ext="", lib="", mat="", **kwargs):
888888 file independent of the material number in effect when the
889889 file was written; this enables you to restore the
890890 properties into the ANSYS database using the material
891- number of your choice. The LIB option also enables you to
891+ number of your choice. The `` LIB`` option also enables you to
892892 save both linear and nonlinear properties. If you omit the
893- LIB option, you can save linear properties only.
893+ `` LIB`` option, you can save linear properties only.
894894
895895 mat
896896 Specifies the material to be written to the named material library
897897 file. There is no default; you must either specify a material or
898- omit the MAT argument. Even if you specify a MAT value, the ANSYS
899- program ignores it if the LIB argument is not specified.
898+ omit the `` MAT`` argument. Even if you specify a `` MAT`` value, the ANSYS
899+ program ignores it if the `` LIB`` argument is not specified.
900900
901901 Notes
902902 -----
0 commit comments