aop_getvalval

aop_getvalval returns the values of a measurement (AoSubMatrix).

valValSeq = aop_getvalval(envId, elemId, pmatId, mPntBase, mPntCnt, nuSeq, cl)

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

envId is the environment Id, returned by aop_openenv.

elemId

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

pmatId is the submatrix id.

mPntBase

mPntBase is the index of the start position.

mPntCnt

mPntCnt is the number of records.

nuSeq

nuSeq.

cl

cl is the client pointer, returned by rpc_clnt_create.

History

Version Description
5.0.0 New

id-21583