public interface AggregateConfigurationType extends BaseObjectType
UaNode.Parameters| Modifier and Type | Field and Description |
|---|---|
static String |
PERCENT_DATA_BAD |
static String |
PERCENT_DATA_GOOD |
static String |
TREAT_UNCERTAIN_AS_BAD |
static String |
USE_SLOPED_EXTRAPOLATION |
| Modifier and Type | Method and Description |
|---|---|
UnsignedByte |
getPercentDataBad() |
UaProperty |
getPercentDataBadNode() |
UnsignedByte |
getPercentDataGood() |
UaProperty |
getPercentDataGoodNode() |
UaProperty |
getTreatUncertainAsBadNode() |
UaProperty |
getUseSlopedExtrapolationNode() |
Boolean |
isTreatUncertainAsBad() |
Boolean |
isUseSlopedExtrapolation() |
void |
setPercentDataBad(UnsignedByte value) |
void |
setPercentDataGood(UnsignedByte value) |
void |
setTreatUncertainAsBad(Boolean value) |
void |
setUseSlopedExtrapolation(Boolean value) |
getQualifiedNamecallMethod, getEventNotifier, getIcon, setEventNotifier, setIcongetTypeDefinition, getTypeDefinitionId, setTypeDefinition, setTypeDefinitionId, setTypeDefinitionIdaddComponent, addOrganizes, addProperty, addReference, addReference, addReference, addReference, addReference, addReference, deleteReference, deleteReference, deleteReference, deleteReference, getAddressSpace, getAttributes, getAttributesMap, getBrowseName, getBrowsePaths, getComponent, getComponents, getDescription, getDisplayName, getForwardReferences, getInverseReferences, getMethod, getNodeClass, getNodeId, getNodeVersionNode, getOrganizedNode, getOrganizedNodes, getProperties, getProperty, getReference, getReferences, getReferences, getSupportedAttributes, getUaBrowsePaths, getUaNodeId, getUserData, getUserWriteMask, getWriteMask, hasUserWriteAccess, hasWriteAccess, readAttribute, readAttribute, removeComponent, removeProperty, setAttribute, setAttributes, setBrowseName, setDescription, setDisplayName, setReferences, setUserData, setUserWriteMask, setWriteMask, supportsAttribute, writeAttributestatic final String PERCENT_DATA_GOOD
static final String USE_SLOPED_EXTRAPOLATION
static final String PERCENT_DATA_BAD
static final String TREAT_UNCERTAIN_AS_BAD
UaProperty getPercentDataGoodNode()
UnsignedByte getPercentDataGood()
void setPercentDataGood(UnsignedByte value) throws StatusException
StatusExceptionUaProperty getUseSlopedExtrapolationNode()
Boolean isUseSlopedExtrapolation()
void setUseSlopedExtrapolation(Boolean value) throws StatusException
StatusExceptionUaProperty getPercentDataBadNode()
UnsignedByte getPercentDataBad()
void setPercentDataBad(UnsignedByte value) throws StatusException
StatusExceptionUaProperty getTreatUncertainAsBadNode()
Boolean isTreatUncertainAsBad()
void setTreatUncertainAsBad(Boolean value) throws StatusException
StatusExceptionCopyright © 2026. All rights reserved.