Hello,
I am trying to use API to call FDTD from INTERCONNECT, but run into some problem. When I try to send a variable to workspace, I got an error. Can anybody help? Code and error are attached. I am using the latest version of Lumerical tools.
Thank you very much
Zeqin
s2=opensession(‘fdtd’);
x=2;
putremotedata(s2,‘x_device’,x);