Get values for pressure dependent properties for all compounds at specified pressures. The list of compounds in the package can be obtained using capeOpenCompounds. A list of supported pressure dependent properties can be obtained using capeOpenPDepPropList.
[values,...]=capeOpenPDepProp(handle,propNames,P)
handle: package handle, as obtained from capeOpenGetPackage
propNames: string. Multiple properties can be specified; either separate the properties by a space, or use a string matrix for multiple properties.
P: column vector of pressures at which to calculate the values.
values: matrix of values. Number of columns will match the number of compounds. Number of rows will match the number of specified pressures. One matrix will be returned for each property.