MC-Basic:compTable.SOURCEDATA

From SoftMC-Wiki
Revision as of 16:01, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= ? <''comptablename''>.SourceData[<''axis index''>][<''index ''>] |AVAILABILITY= Versions 3.6.20 and higher |DESCRIPTION= The SourceData repre…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The SourceData represents a position on the desired axis. This property is used to access a discrete element of the source data in a compensation table. The axis index specifies the source axis in the table . The index  is of the source data in this speciphic axis.

Syntax

? <comptablename>.SourceData[<axis index>][<index >]

Availability

Versions 3.6.20 and higher

Type

<axisindex>: Long

<indexofsource>: Long

<return value>: Double

Range

<axisindex >:                     1 to System.NumberAxes

<indexofsource> :  1 to MaxLong ( Limited  by RAM Size )

<return value>:     +/- MaxDouble

Units

Source axis position units

Scope

Task and Terminal

Limitations

Read only

Examples

?Comp1.sourcedata[2][24]

See Also