If I uncomment this line:
record(dv_z_current = dv_z_current) #error if uncommented
I get this error:
29 Error Runtime exception: TypeError: Non-numeric value [] specified to 'record'
However, the output of "print dv_z_current" is:
2013-08-27PRINT[ 8.07261278]
2013-08-28PRINT[ 7.82974299]
2013-08-28PRINT[ 7.29566574]
2013-08-28PRINT[ 6.66455298]
2013-08-28PRINT[ 5.26739156]
2013-08-28PRINT[ 1.63823295]
2013-08-28PRINT[ 1.22651928]
2013-08-28PRINT[ 1.34282819]
2013-08-28PRINT[ 1.34461773]
2013-08-28PRINT[ 1.96211626]
2013-08-28PRINT[ 1.92934353]
etc.
All of the output is numeric. Any idea what's going on?
Thanks,
Grant