aop_getinstattrΒΆ

aop_getinstattr returns instance element attributes.

nvSeq = aop_getinstattr(envId, elemId, cl)

Return Value

nvSeq is an object of the following form:

nvSeq.n
nvSeq[1].name
nvSev[1].unitId
nvSeq[1].valMap.dtyp
nvSeq[1].valMap.val

Parameters

envId

envId is the environment Id, returned by aop_openenv.

elemId

elemId.

cl

cl is the client pointer, returned by rpc_clnt_create.

History

Version Description
5.0.0 New

id-1924135