GetExecutionCommand()

Gets the execution command needed to start the specified participant.

Essential Keyword Arguments

ParticipantName : string

Name of the participant for which the execution command will be returned.

Return Type

None

Examples

Example 31: Get a participant's execution command

 
 
GetExecutionCommand(ParticipantName = 'MAPDL-1')

...

'"C:\\Program Files\\ANSYS Inc\\v242\\ansys\\bin\\winx64\\ANSYS242.exe" 
-b nolist -s noread -o MAPDL-1.out -scport 9525 -schost MYMACHINE.win.ansys.com -scname "MAPDL-1" -i ds.dat'