syp#

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

Passes a command string and arguments to the operating system.

APDL Command: /SYP

Parameters:
string

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

arg1, arg2, arg3, … , arg8

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. ANSYS 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.