ansys.mapdl.core.Mapdl.syp#

Mapdl.syp(string='', arg1='', arg2='', arg3='', arg4='', arg5='', arg6='', arg7='', arg8='', **kwargs)#

Passes a command string and arguments to the operating system.

Mechanical APDL Command: /SYP

Parameters:
stringstr

Command string (cannot include commas). See also the sys command.

arg1str

Arguments to be appended to the command string, separated by blanks, commas, or other delimiter characters (see the Operations Guide). The arguments may be numbers, parameters, or parametric expressions.

arg2str

Arguments to be appended to the command string, separated by blanks, commas, or other delimiter characters (see the Operations Guide). The arguments may be numbers, parameters, or parametric expressions.

arg3str

Arguments to be appended to the command string, separated by blanks, commas, or other delimiter characters (see the Operations Guide). The arguments may be numbers, parameters, or parametric expressions.

arg4str

Arguments to be appended to the command string, separated by blanks, commas, or other delimiter characters (see the Operations Guide). The arguments may be numbers, parameters, or parametric expressions.

arg5str

Arguments to be appended to the command string, separated by blanks, commas, or other delimiter characters (see the Operations Guide). The arguments may be numbers, parameters, or parametric expressions.

arg6str

Arguments to be appended to the command string, separated by blanks, commas, or other delimiter characters (see the Operations Guide). The arguments may be numbers, parameters, or parametric expressions.

arg7str

Arguments to be appended to the command string, separated by blanks, commas, or other delimiter characters (see the Operations Guide). The arguments may be numbers, parameters, or parametric expressions.

arg8str

Arguments to be appended to the command string, separated by blanks, commas, or other delimiter characters (see the Operations Guide). The arguments may be numbers, parameters, or parametric expressions.

Notes

Passes a command string to the operating system for execution, along with arguments to be appended to the command string. See the Operations Guide for details. Mechanical APDL may not be aware of your specific user environment. For example, on Linux this command may not recognize aliases, depending on the hardware platform and user environment.

This command is valid in any processor.