Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MeasurementGroup

Describes a set of measurements that have been grouped together by explicit or implicit grouping in PiWeb Monitor.

version

1.3

Hierarchy

Index

Constructors

Private constructor

Properties

description

description: string

The description of this measurement group

Accessors

length

  • get length(): number
  • Gets the number of measurements in the collection.

    Returns number

Methods

Private __@iterator

findMeasurementByEntity

  • Returns the measurement that associated to the the specified raw data item or undefined if the collection contains no such measurement.

    Parameters

    • entity: RawDataItem

      The raw data item from which the measurement should be returned.

    Returns Measurement

findMeasurementsByEntity

findValueByEntity

findValuesByEntity

  • Returns the measurement values that are associated to the the specified inspection plan characteristic or undefined if the collection contains no such measurement.

    Parameters

    Returns Iter<MeasurementValue>

Private first

iter

Generated using TypeDoc