Difference between revisions of "MC-Basic:compTable.SOURCEDATA"

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:compTable.SOURCEDATA to MC-Basic:compTable.SOURCEDATA: Global renaming of Axystems: namespace into (Main):)
Line 42: Line 42:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:compTable.TARGETDATA|compTable.TARGETDATA]]
+
* [[MC-Basic:compTable.TARGETDATA|compTable.TARGETDATA]]
  
  
 
}}
 
}}

Revision as of 08:49, 22 May 2014

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

Since Version 3.6.20

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