Skip to content
New issue

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

Get TCPIP VISA Instrument Info from LXI ID Page Instead of *IDN? #44

Merged
merged 3 commits into from
Nov 14, 2024

Commits on Nov 13, 2024

  1. Reset Instrument After IDN Query in Discovery

    This is the first and probably worst option for getting
    instrument information from VISA in discovery.
    esarver committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    6383747 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    6531224 View commit details
    Browse the repository at this point in the history
  2. Get TCPIP VISA Instrument Info from LXI ID Page Instead of *IDN?

    This is a less disruptive way to get the Instrument information since it
    gets this information from the webpage instead of from the command
    processor on the instrument.
    
    Testing: This has been tested using NI VISA and a Keithley Model 2461
    esarver committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    6e6bcfb View commit details
    Browse the repository at this point in the history