Skip to content
This repository has been archived by the owner on Mar 17, 2022. It is now read-only.

Example 0

Stanislav Mikhel edited this page May 29, 2017 · 2 revisions

Here you can see a simple example of using VPSYS.

&src a: func = "sin"       # source is sinusoid
&sync b: fname = "sin.dat" # result will be saved into the file "sin.dat"
a -> [pow,2] b             # set link, add power of 2
run 0...1, 0.05            # calculate for values from 0 to 1 with step 0.05 
Clone this wiki locally