Overview | Releases | Download | Docs | Links | Help | RecentChanges

TestData

TestData is a class defined as part of ControlData and has the following ISattributes

ppslgen.physics.ox.ac.uk% rdb_dump -p SCT -d ISRepository -c TestData -attributes 
Print description of class "TestData":
  CLASS                        : "TestData"
    is abstract                : "No"
    object number              : 0
    relationship number        : 0
    direct relationship number : 0
    attribute number           : 14
    direct attribute number    : 14
    description                : ""

    ATTRIBUTES are:
      name           : "testName"
      type           : "string"
      range          : ""
      is multi value : "No"
      is direct      : "Yes"
      description    : "Name of this test."
      ----------------------------------------------------------------
      name           : "runNumber"
      type           : "u32"
      range          : ""
      is multi value : "No"
      is direct      : "Yes"
      description    : "The run number in which this Test occurred"
      ----------------------------------------------------------------
      name           : "nScans"
      type           : "u32"
      range          : ""
      is multi value : "No"
      is direct      : "Yes"
      description    : "The number of scans in this Test"
      ----------------------------------------------------------------
      name           : "startScanNumber"
      type           : "u32"
      range          : ""
      is multi value : "No"
      is direct      : "Yes"
      description    : "The first scan number in this Test"
      ----------------------------------------------------------------
      name           : "testVariable"
      type           : "u16"
      range          : ""
      is multi value : "No"
      is direct      : "Yes"
      description    : "Corresponds to one of the variables in sctScans.h"
      ----------------------------------------------------------------
      name           : "testPoints"
      type           : "double"
      range          : ""
      is multi value : "Yes"
      is direct      : "Yes"
      description    : "The values of testVariable for each Scan.  Must be in order and size must be the same as nScans"
      ----------------------------------------------------------------
      name           : "status"
      type           : "enum"
      range          : "EXECUTING,COMPLETED,ABORTED"
      is multi value : "No"
      is direct      : "Yes"
      description    : ""
      ----------------------------------------------------------------
      name           : "startTime"
      type           : "string"
      range          : ""
      is multi value : "No"
      is direct      : "Yes"
      description    : "The UTC time the Test started in ISO format"
      ----------------------------------------------------------------
      name           : "endTime"
      type           : "string"
      range          : ""
      is multi value : "No"
      is direct      : "Yes"
      description    : "The UTC time the Test ended in ISO format"
      ----------------------------------------------------------------
      name           : "modules"
      type           : "string"
      range          : ""
      is multi value : "Yes"
      is direct      : "Yes"
      description    : "The serial numbers of all the modules being scanned"
      ----------------------------------------------------------------
      name           : "fitAlgorithm"
      type           : "string"
      range          : ""
      is multi value : "No"
      is direct      : "Yes"
      description    : "The name of the fit algorithm to use"
      ----------------------------------------------------------------
      name           : "analysisAlgorithm"
      type           : "string"
      range          : ""
      is multi value : "No"
      is direct      : "Yes"
      description    : "The name of the analysis algorithm to use"
      ----------------------------------------------------------------
      name           : "options"
      type           : "string"
      range          : ""
      is multi value : "No"
      is direct      : "Yes"
      description    : "list of options used during the test"
      ----------------------------------------------------------------
      name           : "version"
      type           : "u32"
      range          : ""
      is multi value : "No"
      is direct      : "Yes"
      description    : "Version of this class - used in streaming. MUST be incrimented if definition class changes."
      ----------------------------------------------------------------