Oli Engine 9.3 Reference Manual

From wiki.olisystems.com
Jump to: navigation, search

Generate and Equilibrium

Table of Contents

Reference manual 1.jpg


Reference manual 2.jpg


SETSYESP – Sets directory path to public databanks SETSYPRO – Sets directory path to private databanks SETWKDIR – Sets working directory path

Chemistry Model Path Setup

Calling SETSYESP sets the directory path to the public databanks. Calling SETSYPRO sets an alternate directory for finding private databanks. Calling SETWKDIR sets a directory path for any files created. These must be called before any other Model Information calls.

CALL SETSYESP (PATH) CALL SETSYPRO (PATH) CALL SETWKDIR (PATH)

Input:

PATH = Directory path to be set.

Output:

None

Example: SETSYESP ("d:\v60dev\esp")