Structure for an experimental Constant (Settings/Constants)

Namespace: ExpSuite
Assembly: FrameWork (in FrameWork.exe) Version: 1.0.0.0

Syntax

Visual Basic
Public Structure ExpConstant

Remarks

This structure describes all properties of a constant which can be found in Settings/Constants. The data are saved in gconstExp() with the constant index as index. gconstExp() must be resized to the proper length and set correctly in:
  • Events.OnLoad
  • Callback on change or load of settings
  • Callback on change of experiment type
  • See Also