![ZYGO KMS-310 Supervisor Manual Download Page 193](http://html1.mh-extra.com/html/zygo/kms-310/kms-310_supervisor-manual_943104193.webp)
KMS-310/400 Supervisor's Manual
6-75
MATRIXWRITE
FUNCTION
MATRIXWRITE - save matrix to disk as a file
MATRIXWRITE Vhndl “file.ext”
USE
Write values of matrix to disk as a file of dimy lines
OPTIONS Vhndl
Matrix
handle
# assigned to matrix (maximum 20)
“file.ext” filename of matrix file (maximum 10 characters)
NOTE
Use MATRIXCLOSE to free the handle and memory
EXAMPLE SCRIPT
MATRIXOPEN: V80 2 4 “sample.mtx”
MATRIXSET: V80 1 3 17
MATRIXWRITE: V80 “output.mtx”
MATRIXCLOSE: V80
RELATED SCRIPTS
MATRIXOPEN; MATRIXSET; MATRIXCLEAR;
MATRIXCLOSE
39, 12
0, 45
88, 9
-3, 15
sample.mtx
output
.mtx
39, 12
0, 45
17, 9
-3, 15
Summary of Contents for KMS-310
Page 10: ...Contents viii...
Page 33: ...System Overview Product Overview Subsystem Overview Functional Overview 3...
Page 51: ...User Interface Overview Software Controls Software Organization 4...
Page 119: ...Creating Automated Scripts Overview Script Creation Script Locator Script Commands 6...
Page 266: ...7 48 Chapter 7 Operation...
Page 292: ...8 26 Chapter 8 Maintenance...
Page 293: ...Error Messages System Error Messages Script Error Messages 9...
Page 297: ...Glossary...
Page 304: ...I 4 Index...