08-05-2009 09:26 AM
while testing LAN communication to Agilent's network analyzer E5070B with the "agena Configuration Application Example.vi" an errror came up.
It seems to me that there is a bug in "agena Configure Calibration.vi" which is being called during execution of the example vi.
In my case, it helped to amend the impedance declaration string with the decimal point declaration:
old: :SENS:CORR:IMP %lf new: %.;:SENS:CORR:IMP %lf
Can anybody tell, if this issue is really a problem for all users?
(or only for users with german country settings as there is obiously a problem with decimal point declaration)
Solved! Go to Solution.
08-05-2009 10:59 AM
08-06-2009 02:01 AM
Thanks Dennis! That's it!
(tools -> options... -> frontpanel -> deselect "use localized decimal point")
(Werkzeuge -> Optionen... -> Frontpanel -> Haken entfernen bei "Lokales Dezimalzeichen verwenden")