PsdVar::Get()
Get information values of PSD variable.
Synopsis
double Get(const char *szInfo, int sz)Arguments
szInfo: name of informatioin.
sz: length of the output array.Return
output array of information values.
PsdVar::Get()
Get information values of PSD variable.
Synopsis
NdArray<double, 2> Get(const char *szInfo)Arguments
szInfo: name of informatioin.Return
2-dimensional NdArray with related information values.
PsdVar::GetDim()
Get dimension of PSD variable.
Synopsis
int GetDim()Return
dimension of PSD variable.
PsdVar::GetIdx()
Get index of PSD variable.
Synopsis
int GetIdx()Return
index of PSD variable.
PsdVar::GetLen()
Get length of PSD variable.
Synopsis
int GetLen()Return
length of PSD variable.
PsdVar::GetName()
Get name of PSD variable.
Synopsis
const char *GetName()Return
name of PSD variable.
PsdVar::GetSize()
Get size or length of PSD variable.
Synopsis
int GetSize()Return
Size of PSD variable.
PsdVar::Remove()
Remove PSD variable from model.
Synopsis
void Remove()
PsdVar::SetName()
Set name of PSD variable.
Synopsis
void SetName(const char *szName)Arguments
szName: name of PSD variable.