We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When having a pin connection definined on the pin map such as follows:
Connection pin="Vdd" siteNumber="0,1" instrument="SMU_4162_C2_S10" channel="0"
The SetupNIDCPowerInstrumentation method will error out throwing a runtime error due to a duplicated key in the dictionary.
To Reproduce Steps to reproduce the behavior:
Expected behavior Method should cache the pin and site information of the instrument session despite being shared among sites.
Screenshots
System Setup(please complete the following information):
NI Support Status Has this issue been reviewed separately by NI Support team member? No it hasn't.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When having a pin connection definined on the pin map such as follows:
Connection pin="Vdd" siteNumber="0,1" instrument="SMU_4162_C2_S10" channel="0"
The SetupNIDCPowerInstrumentation method will error out throwing a runtime error due to a duplicated key in the dictionary.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Method should cache the pin and site information of the instrument session despite being shared among sites.
Screenshots
System Setup(please complete the following information):
NI Support Status
Has this issue been reviewed separately by NI Support team member? No it hasn't.
The text was updated successfully, but these errors were encountered: