PsdVar.Get()
Get information values of PSD variable.
Synopsis
double[] Get(string info)
Arguments
info
: name of information.Return
array of 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
string GetName()
Return
name of PSD variable.
PsdVar.Remove()
Remove PSD variable from model.
Synopsis
void Remove()