PsdVar.get()

Get information values of PSD variable.

Synopsis

double[] get(String info)

Arguments

info: information name.

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()