SetVisaTimeout(uint)
- Updated2025-10-13
- 1 minute(s) read
Sets the timeout value, in milliseconds (ms), for the VISA session of the device under test (DUT), specified by the VISA resource name parameter.
Syntax
Namespace: NationalInstruments.BluetoothDtm
public int SetVisaTimeout(uint timeout)
Parameters
| Name | Type | Description |
|---|---|---|
| timeout | uint | Specifies the minimum timeout value, in milliseconds (ms), to use when accessing the device. The default value is 2000. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.