namespace http://opcfoundation.org/UA/
nodeClass ObjectType
typedDefinition AggregateConfigurationType i=11187
isAbstract false
interface UAAggregateConfiguration_Base {
    percentDataBad: UAProperty<number, Byte>;
    percentDataGood: UAProperty<number, Byte>;
    treatUncertainAsBad: UAProperty<boolean, Boolean>;
    useSlopedExtrapolation: UAProperty<boolean, Boolean>;
}

Hierarchy (view full)

Properties

percentDataBad: UAProperty<number, Byte>
percentDataGood: UAProperty<number, Byte>
treatUncertainAsBad: UAProperty<boolean, Boolean>
useSlopedExtrapolation: UAProperty<boolean, Boolean>