Difference between revisions of "MC-Basic:compTable.SOURCEDATA"
m |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | {{Languages|MC-Basic:compTable.SOURCEDATA}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
Line 10: | Line 11: | ||
|DESCRIPTION= | |DESCRIPTION= | ||
− | 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 | + | 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 specific axis. |
|TYPE= | |TYPE= |
Latest revision as of 06:48, 3 May 2017
Language: | English • 中文(简体) |
---|
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 specific 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]