07-04-2018 02:58 AM
Hi,
Is it possible to create a channel containing constant values? I have multiple views of data and all shares common limits. I would like to create one channel containing my limits and plot it on every view.
07-05-2018 01:29 AM - edited 07-05-2018 01:31 AM
I assume simplest thing is to create an implicit channel with step width 0.0
Call ChnLinGenImp("ConstVal",1000,1.234,0,"")
or in the gui