MeasurementDatabase

Description

The MeasurementDatabase object encapsulates a LocalDatabase to store Measurement objects, mainly used for implementing MeasurementBufferDatabase.

This object was introduced in InCore 2.5.

› Inherits:Object
› Inherited by:MeasurementBufferDatabase

Properties

storage

This property holds the storage which the database is saved to. If left blank, an internal LocalStorage object is used.

› Type:Storage
› Signal:storageChanged()
› Attributes:Writable, Optional

Methods

clear()

This method removes all stored Measurement objects from the database.

datasetCount()

This method returns the number of currently stored Measurement objects.

› Returns:SignedInteger