This might seem really silly but I cant get my radio buttons to transfer my desired output to my current source. I am connected to a keithley 6221, it talks to it and I can get it to output using write text "curr 1.0E-9" eol but when I put a terminal "A" on the direct I/O and place the line write text "curr", A eol I get an error from keithley? Any ideas?
HTH,
Mike Watts
Attachments
VEE understands engineering multipliers too, like 0.010n however, adding that to the example I found I needed to force it from being an Enum type... if you're interested, the formula
"curr "+ToReal64(ToString(A))
outputs
curr 1.0E-11
Mike
Attachments
I don't know how else I can explain that. You're sending curr1 and you need to send curr 1
Cheers, Mike
Cheers, Mike