Hello,
im using the NI-VISA for c#.
I have to set the VI_ATTR_SUPPRESS_END_EN Attribute to false in order to get my query with an instrument working.
I have already checked it with MAX and its working perfectly. In MAX there is a checkbox on the VISA test panel to change this property.
Unfortunately i can't find a "VI_ATTR_SUPPRESS_END_EN" property of my TCPIP MBSession Object in my Visual Studio - C#.
There are lots of properties but this one is missing!!! :-(
Why is it missing? What else can i do to set this attribute?
Thanks in advance!