Open zengyuhan503 opened 3 months ago
Hi!
Currently, the driver can be specified only at compile time, by the path of visa64.lib
set in LIB_VISA_PATH
. Different drivers should be placed at separate folders, in C:\Program Files (x86)\IVI Foundation\VISA\WinNT
on Windows.
Based on my experience, you can try to connect the resource in Keysight Connection Expert GUI. If the GUI can do, visa-rs
should work as well.
Hi, does your problem solved? Let me know if you want more help!
hi I am now experiencing an error that says I did not find the relevant resource, This occurs when only KS drivers exist in some PCS and when both drivers exist in some PCS:ErrorRsrcNfound: Insufficient location information or the device or resource is not present in the system.
This error occurred when I was trying to find the resource, and my code is as follows:
I wonder if visa_rs can specify drivers that use KS or Ni, such as python's visa.resourceManager method