EasyManua.ls Logo

Focus Microwaves ituner - 5.4.5 TimeOut Property

Default Icon
73 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
iTuner Manual
47
5.4.3 Revision Property
Returns a short with the revision of the software.
5.4.4 ShowError Property
Property:
ShowError
Type:
long
0 -> ErrorMessage OFF
1-> ErrorMessage ON (default)
Attribute:
Write Only
Remarks:
An error message window will be displayed when a serious error occurs during
TCP/IP communication, and execution of your application is halted until you
click the OKAY button in the message window.
The error message display can be turned off by setting ShowErrror to zero (0).
Your application will not halt automatically when an error occurs, but it is your
responsibility to take appropriate action in such case. Always checking the
return value of commands sends allows to do this.
Examples:
iTuner.ShowError=0
iTuner.SetShowError(0);
Visual Basic
C++
5.4.5 TimeOut Property
Property:
Timeout
Type:
long
Timeout in seconds (default=0)
Attribute:
Write Only
Remarks:
Setting Timeout to a value greater than zero turns automatic blocking. See
chapter 5.3 for details. The following methods support auto-blocking:

Table of Contents