Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Problem setting VI_ATTR_SUPPRESS_END_EN Attribute for my TCPIP MBSession

using NationalInstruments.Visa;

using Ivi.Visa;

 

mbSession = (MessageBasedSession)rmSession.Open(sr.ResourceName);

((INativeVisaSession)mbSession).SetAttributeBoolean(NativeVisaAttribute.SuppressEndEnabled, false);

0 Kudos
Message 11 of 11
(625 Views)