Include (Macro Command)
Include FileName
The Include Macro command will process the file that is provided after the Include keyword. Files have the following file name extensions can be processed with this macro command.
.DLF (or .DLF64 for 64-bit license)
.DLL (or .DLL64 for 64-bit license)
.DLP (or .DLP64 for 64-bit license)
.FDL (or .FDL64 for 64-bit license)
.FLD
.PRF
.VAR
Example:
The following macro will load the C11.fld fluid property information file from REFPROP and then prepare a Temperature-Entropy property plot for this fluid.
Include c:\Program Files (x86)\REFPROP\Fluids\C11.FLD
PropPlot C11_RP TS 6 1300 450 120 19 1.2 0.013 0 DoQLines TMax = 426.9 TMin = -25.54
See also: $INCLUDE directive