This is something that (all being well) will be possible in IC618 (in ADE Explorer and Assembler) with waveform templates. With OCEAN you should be able to control creation of new windows (using newWindow() ) and sub windows (using addSubwindow() ) by adding appropriate function calls. However, bear in mind that only signals with the same units will be plotted on the same axes, so you may need to add: envSetVal("viva.depAxis" "flexible" 'string "true") envSetVal("viva.indepAxis" "flexible" 'string "true") Regards, Andrew.
↧