Skip to content

Getting started

Tingyu edited this page Jun 28, 2023 · 4 revisions

To getting started, just copy files to your project folder and instantiate it by using codes below:

ZOS = ZDDE; % Connect to as a standalone app and load an exist zmx file 'sample.zmx'.

ZOS.connect('sample.zmx');`

or

% Connect as extension.

ZOS.connect(1);`

Clone this wiki locally