Elipse Plant Manager — EPM Web API
Version 5.0.45
epmwebapi.datasetpen
class
DatasetPen:
Class representing a Dataset Pen.
isRaw: bool
Returns whether a Pen contains raw data.
Returns
True if a Pen contains raw data or False otherwise.
aggregateType: epmwebapi.aggregatedetails.AggregateDetails
Returns the Aggregate Type of a Pen.
Returns
An
epmwebapi.aggregatedetails.AggregateDetails
object with the Aggregate Type of this Pen.
def
setAggregationType( self, aggregateType: epmwebapi.aggregatedetails.AggregateType, processInterval: datetime.timedelta):
Sets an Aggregate Type for this Pen.
Parameters
- aggregateType: An
epmwebapi.aggregatedetails.AggregateType
enumeration. - processInterval: A sampling interval for this Pen.
Raises
- Exception: The
aggregateType
parameter must have anepmwebapi.aggregatedetails.AggregateType
type. - Exception: The
processInterval
parameter must have adatetime.timedelta
type.
Copyright © 2017–2024 Elipse Software Ltda. All rights reserved. Distributed under MIT License.