next up previous
Next: Project Up: OPM Object Classes Previous: Plot

PositionsTable

OBJECT CLASS PositionsTable
             isa* Cobject
  DESCRIPTION: "Table for storing tabulated positions"
  ATTRIBUTE nrPositions: [1,1] INTEGER
            DESCRIPTION: "Number of requested positions for
                           data measurements"
  ATTRIBUTE offset: [1,1] FLOAT
            DESCRIPTION: " Offset from the first position"
  ATTRIBUTE positions: list-of [1,] FLOAT
            DESCRIPTION: "Real positions of measurements"

The data generated by a scan is based on values that either consist of requested positions for data gathering or else can be generated given a specified range and step value (See class SubDevice). The PositionsTable class is used to represent the requested positions.



Victor Markowitz
Fri Sep 20 17:58:41 PDT 1996