com.prosysopc.ua.types.adi
Interface MVAOutputParameterType
- All Superinterfaces:
- BaseDataVariableType, BaseInstanceType, BaseVariableType, UaInstance, UaNode, UaValueNode, UaVariable
- All Known Implementing Classes:
- MVAOutputParameterTypeImpl, MVAOutputParameterTypeImplBase, MVAOutputParameterTypeNode, MVAOutputParameterTypeNodeBase
public interface MVAOutputParameterType
- extends BaseDataVariableType
Hold the descriptions of a mathematical process and associated information to convert scaled data into one or more process values.
Generated on 2018-05-09 10:45:32
| Methods inherited from interface com.prosysopc.ua.nodes.UaNode |
addComponent, addProperty, addReference, addReference, addReference, deleteReference, deleteReference, deleteReference, deleteReference, getAddressSpace, getAttributes, getBrowseName, getComponent, getComponents, getDescription, getDisplayName, getForwardReferences, getInverseReferences, getMethod, getNodeClass, getNodeId, getNodeVersion, getProperties, getProperty, getReference, getReferences, getReferences, getSupportedAttributes, getUserWriteMask, getWriteMask, hasUserWriteAccess, hasWriteAccess, readAttribute, readAttribute, removeComponent, removeProperty, setAttribute, setAttributes, setBrowseName, setDescription, setDisplayName, setReferences, setUserWriteMask, setWriteMask, supportsAttribute, writeAttribute |
WARNING_LIMITS
static final String WARNING_LIMITS
- See Also:
- Constant Field Values
ALARM_LIMITS
static final String ALARM_LIMITS
- See Also:
- Constant Field Values
ALARM_STATE
static final String ALARM_STATE
- See Also:
- Constant Field Values
VENDOR_SPECIFIC_ERROR
static final String VENDOR_SPECIFIC_ERROR
- See Also:
- Constant Field Values
STATISTICS
static final String STATISTICS
- See Also:
- Constant Field Values
getWarningLimitsNode
UaProperty getWarningLimitsNode()
getWarningLimits
org.opcfoundation.ua.core.Range getWarningLimits()
setWarningLimits
void setWarningLimits(org.opcfoundation.ua.core.Range value)
throws StatusException
- Throws:
StatusException
getAlarmLimitsNode
UaProperty getAlarmLimitsNode()
getAlarmLimits
org.opcfoundation.ua.core.Range getAlarmLimits()
setAlarmLimits
void setAlarmLimits(org.opcfoundation.ua.core.Range value)
throws StatusException
- Throws:
StatusException
getAlarmStateNode
UaProperty getAlarmStateNode()
getAlarmState
AlarmStateEnumeration getAlarmState()
setAlarmState
void setAlarmState(AlarmStateEnumeration value)
throws StatusException
- Throws:
StatusException
getVendorSpecificErrorNode
UaProperty getVendorSpecificErrorNode()
getVendorSpecificError
String getVendorSpecificError()
setVendorSpecificError
void setVendorSpecificError(String value)
throws StatusException
- Throws:
StatusException
getStatisticsNodes
List<? extends MVAOutputParameterType> getStatisticsNodes()
Copyright © 2018. All rights reserved.