Tutorial Toolkit Function Descriptions > Obsolete, Modified, and Broken Functions > Load Cases (Chapter 9)
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX''">XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX''">   
Load Cases (Chapter 9)
 
Modified
When running this call, MSC.Patran outputs the error message “Wrong number of arguments for built-in function. Extra information [1,2]”.
Call originally had 2 arguments the variable PARAM_SET_ID and the variable NAME. Removed the variable PARAM_SET_ID since it was not needed.
Original Description Information:
(param_set_id, name )
Description:
Deletes a load case entry from the database.
Input:
INTEGER
param_set_id
ID of the param_set whose entries are entries to be deleted.
STRING
name[]
Name of the loadcase to be deleted.
Output:
INTEGER
<Return Value>
Integer indicating success or failure of the routine. If the routine failed, this value contains an indication of the reason.
Error Conditions:
None.
Remarks:
None.
Examples:
None.
New Description Information:
( name )
Description:
Deletes a load case entry from the database.
Input:
STRING
name[]
Name of the loadcase to be deleted.
Output:
INTEGER
<Return Value>
Integer indicating success or failure of the routine. If the routine failed, this value contains an indication of the reason.
Error Conditions:
None.
Remarks:
None.
Examples:
None.