• Is there a way to call .tsp script function from C#?

    I'm using instrument 2612b and want to call the function of the .tsp file created by TestScript Builder from C#.

    I installed the IVI-COM drive and checked the connection from C# to the instrument.

    But I couldn't find a way to call the function yet.

    There was an example of reading a .tsp file as text to communicate with the instrument, but is there a way to call a function stored in instrument nonvolatile memory?

    The ideal result I want is to call function 2612B in C# and get measurement data in C#.

    And is there a way to output data from smua.nvbuffer1 measured by .tsp script to C#?