Page 28
|
Table of Contents
params: [set1, set2, set3, target1, target2, target3]
Result: [errNo, ref1, ref2, ref3, refpos1, refpos2, refpos3, pos1, pos2, pos3]
C-DLL call
int AMC_control_MultiAxisPositioning(int deviceHandle, bool set1, bool set2,
bool set3, int target1, int target2, int target3, bool* ref1, bool* ref2, bool*
ref3, int* refpos1, int* refpos2, int* refpos3, int* pos1, int* pos2, int* pos3)
Python
ref1, ref2, ref3, refpos1, refpos2, refpos3, pos1, pos2, pos3 =
[dev].control.MultiAxisPositioning(set1, set2, set3, target1, target2, target3)
Matlab
[ref1, ref2, ref3, refpos1, refpos2, refpos3, pos1, pos2, pos3] =
control_MultiAxisPositioning(set1, set2, set3, target1, target2, target3)
C#
Tuple<bool,bool,bool,int,int,int, Tuple<int,int,int>> value =
[Device].Control_MultiAxisPositioning(bool set1, bool set2, bool set3, int
target1, int target2, int target3)
LabVIEW
MultiAxisPositioning.vi
Summary of Contents for attocube AMC100
Page 1: ...Interface Manual AMC100 AMC300...
Page 3: ......