aop_getvalval returns the values of a measurement (AoSubMatrix).
Return Value
valValSeq is an object of the following form:
valValSeq.n
valValSeq[1].pmatId
valValSeq[1].mPntBase
valValSeq[1].mPntCnt
valValSeq[1].vvSeq.n
valValSeq[1].vvSeq[1].name
valValSeq[1].vvSeq[1].qtyId
valValSeq[1].vvSeq[1].unitId
valValSeq[1].vvSeq[1].indepFl
valValSeq[1].vvSeq[1].implFl
valValSeq[1].vvSeq[1].valMap.dtyp
valValSeq[1].vvSeq[1].valMap.val
valValSeq[1].vvSeq[1].valFlags
In case of an error an error object is returned (see error_create).
Parameters
envId is the environment Id, returned by aop_openenv.
elemId is a vector with two elements (AOP_ElemId). The first element the “Application Element ID” (aid) and the second element is the instance id (iid).
pmatId is the submatrix id.
mPntBase is the index of the start position.
mPntCnt is the number of records.
nuSeq.
cl is the client pointer, returned by rpc_clnt_create.
History
| Version | Description |
|---|---|
| 5.0.0 | New |
See also
id-21583