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.
PD_ETest.G_ifMeasurandList.AddMeasurand('module', 'name', ET_MeasurandTypes.E_NotClassified, 'value');
For further information, refer to:
IF_MeasurandList IF_MeasurandList
ET_MeasurandTypes ET_MeasurandTypes
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.
Is available with PD_ETest library version V1.5.0.0 or later.
Is only valid and initialized during test execution.