Initializing help system before first use

Model management

A model object is created by loading a bim file onto a Mosel instance with a call to XPRDloadmod. Once a model has been loaded, it can be run (XPRDrunmod), send events (XPRDsendevent) and possibly be interrupted before its normal termination (XPRDstoprunmod). Additional functions provide information about the last execution. Models must be unloaded using XPRDunloadmod in order to release the resources they use both on the local host and the remote instance.

XPRDgetdata
Return the data pointer of a model.
XPRDgetexitcode
Return the exit code of a model after its execution.
XPRDgetmosel
Get a reference to the Mosel instance on which a model is loaded.
XPRDgetnumber
Return the model number.
XPRDgetrmtid
Return the ID of the model on the remote instance.
XPRDgetstatus
Return the current status of a model.
XPRDloadmod, XPRDloadmodsec
Load a Binary Model file onto the specified instance.
XPRDresetmod
Reset a model.
XPRDrunmod
Run a model.
XPRDsendevent
Send an event to a running model.
XPRDsetdata
Define the data pointer of a model.
XPRDstoprunmod
Stop a running model.
XPRDunloadmod
Unload a model.

© 2001-2019 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.