public interface MeasurementOperations extends InstanceElementOperations
Modifier and Type | Method and Description |
---|---|
SMatLink |
createSMatLink()
(16001)
Create a submatrix link.
|
SMatLink[] |
getSMatLinks()
(16002)
Get the list of the submatrix links .
|
ValueMatrix |
getValueMatrix()
(16003)
Get the value matrix of a measurement.
|
ValueMatrix |
getValueMatrixInMode(ValueMatrixMode vmMode)
(16005)
Get the value matrix of a measurement in the requested mode.
|
void |
removeSMatLink(SMatLink smLink)
(16004)
Remove a submatrix link.
|
addInstanceAttribute, compare, createRelatedInstances, createRelation, deepCopy, destroy, getApplicationElement, getAsamPath, getId, getInitialRights, getName, getRelatedInstances, getRelatedInstancesByRelationship, getRights, getValue, getValueByBaseName, getValueInUnit, getValueSeq, listAttributes, listRelatedInstances, listRelatedInstancesByRelationship, removeInstanceAttribute, removeRelation, renameInstanceAttribute, setInitialRights, setName, setRights, setValue, setValueSeq, shallowCopy, upcastMeasurement, upcastODSFile, upcastSubMatrix
SMatLink createSMatLink() throws AoException
AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVESMatLink[] getSMatLinks() throws AoException
AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEValueMatrix getValueMatrix() throws AoException
AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVE
AO_INVALID_VALUEMATRIX_STRUCTUREvoid removeSMatLink(SMatLink smLink) throws AoException
smLink
- The sub matrix link to be removed.AoException
- with the following possible error codes:
AO_BAD_PARAMETER
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_FOUND
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEValueMatrix getValueMatrixInMode(ValueMatrixMode vmMode) throws AoException
vmMode
- The requested mode of the value matrix.AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVE
AO_INVALID_VALUEMATRIX_STRUCTURE