mission

CAPE-OPEN
COCO
Excel Unit Operation
Matlab Unit Operation
Matlab Thermo Import
» 
Help
OO Calc Thermo Import
REFPROP PPM
SciLab Unit Operation
SciLab Thermo Import

ScanIt
WinVI

downloads

services

links

about us

contact us

capeOpenGetPackageName

Returns the name of an existing property package.

Syntax

name=capeOpenGetPackageName(handle)

Arguments

handle: package handle, as obtained from capeOpenGetPackage

Returns

name: string, name of the property package

Example

 
» handle1=capeOpenGetPackage('TEA (CAPE-OPEN 1.1)','C1_C2')

handle1 =

       19641

» handle2=capeOpenGetPackage('Water','')

handle2 =

       26703

» capeOpenGetPackageName(handle1)

ans =

TEA (CAPE-OPEN 1.1):C1_C2

» capeOpenGetPackageName(handle2)

ans =

Water
INDEX
CONTENT