Application Module. REQUIRED. Configuration of the ExpSuite application.

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

Syntax

Visual Basic
Friend NotInheritable Class Config

Remarks

Set configuration parameters like:
  • Number of audio channels the application needs (PLAYER_MAXCHANNELS)
  • Number of experiment types available (procedures) (ExpTypeNumber)
  • Number of columns to be regarded for sorting (Main Window/Sort Item List) (FLGSORTCOLS)
  • Experiment specific global data
  • Inheritance Hierarchy

    System..::..Object
      ExpSuite..::..Config

    See Also