PsdVar.get()

Get attribute values of PSD variable.

Synopsis

double[] get(String attr)

Arguments

attr: attribute name.

Return

output array of attribute 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()