The I/O timeout in milliseconds for I/O communication on this resource session.

Syntax

Namespace: NationalInstruments.Visa

public int TimeoutMilliseconds { get; set; }

Returns

Minimum timeout value to use when accessing the device associated with the session. If the timeout is Ivi.Visa.VisaConstants.ImmediateTimeout (0), operations will never wait for the device to respond. If the timeout is Ivi.Visa.VisaConstants.InfiniteTimeout (–1), I/O communication will not timeout. The default value is 2000 milliseconds.