Record Measured Values

Overview

The example in this chapter illustrates how measured values can be recorded.

To achieve this, the following programming code must be called in a method that is executed within a test.

Example

PD_ETest.G_ifMeasurandList.AddMeasurand('module', 'name', ET_MeasurandTypes.E_NotClassified, 'value');

For further information, refer to:

Every time the method AddMeasurand is called, a new measured value is recorded. The maximum number of measurands is stored in PD_ETest.Gc_uiMaxNumberOfMeasurands.

NOTE: The variable PD_ETest.G_ifMeasurandList:
  • Is available with PD_ETest library version V1.5.0.0 or later.

  • Is only valid and initialized during test execution.