setdsoparam
| setdsoparam | 
  Purpose
 
 
 Set the value of a control parameter.
 
 
  Synopsis
 
 int setdsoparam(XPRMcontext ctx, XPRMdsolib dso, const char *name, int type, XPRMalltypes *value);
 
  Arguments
 
 | 
     ctx 
     | 
     Mosel's execution context
     | 
| 
     dso 
     | 
     Reference to a dynamic shared object loaded by Mosel or
     NULL
     | 
| 
     name 
     | 
     Name of the control parameter (lower case only)
     | 
| 
     type 
     | 
     Type of the control parameter
     | 
| 
     value 
     | 
     New value for the control parameter
     | 
  Return value
 
 
 0 if successful, 1 otherwise.
 
  Further information
 
 
 1. This function sets the value of a control parameter of the given module. This function requires that the model uses the requested module.
 
 
 2. If the argument
 dso is
 NULL, the function looks for the value of Mosel parameter (like
 "realfmt").
 
 
  Related topics
 
  
