Structure for an experimental Variable (Settings/Variable)

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

Syntax

Visual Basic
Public Structure ExpVariable

Remarks

This structure describes all properties of a variable which can be found in Settings/Variables. The data are saved in gvarExp() with the variable index as index. gvarExp() 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