Elipse Plant Manager — EPM Web API
Version 6.50.41
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.AggregateDetailsobject 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.AggregateTypeenumeration. - processInterval: A sampling interval for this Pen.
Raises
- Exception: The
aggregateTypeparameter must have anepmwebapi.aggregatedetails.AggregateTypetype. - Exception: The
processIntervalparameter must have adatetime.timedeltatype.
Copyright © 2017–2025 Elipse Software Ltda. All rights reserved. Distributed under MIT License.