Initializing help system before first use

getdsoparam

Purpose
Get the current value of a control parameter.
Synopsis
int getdsoparam(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 
Returned type of the control parameter
value 
Returned value of the control parameter
Return value
0 if successful, 1 otherwise.
Further information
1. This function returns the current 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").
3. The type can be decoded using the macro XPRM_TYP. Moreover, the bits XPRM_CPAR_READ and XPRM_CPAR_WRITE are set to indicate if the parameter can be read or written respectively (using getparam and setparam).
Related topics

© 2001-2025 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.