由于SR760软驱损坏,故用NI-GPIB接口输出SR760的数据,采用NI提供的针对SR760的LABVIEW插件来控制。MEASUREMENT面板使用PSD模式,打开START,运行程序,仪器上正确显示了PSD模式数据,此时软件的TRACE面板与SR760仪器上显示的不一致,但MARKER的Y值显示与仪器显示吻合,后来发现TRACE面板显示的是SPECTRUM模式下单位为dBV测量值。如果在仪器上直接用PSD模式测,仪器正常响应,此时用LABVIEW插件直接读取屏幕数据(也就是不开启START,直接运行),返回值仍为SPECTRUM模式下数据,但MARKER的Y值显示与仪器显示吻合。
输出的文件见附件!
不知道是什么原因导致?或者谁能提供SPECTRUM模式下数据到PSD模式数据的转换方法也行。
谢谢!
Hi there,
It is probably caused by the driver version is not compatible with the instrument, you should consult the datasheet of the instrument to rewrite the LV driver in order to get the right result, or you can manipulate the data acquired in LV into the value that you want.