Gets or sets the program execution property, either synchronous or asynchronous. This property has both read and write access.
Syntax
Camera.Asynchronous
|
Type |
Description |
|
BOOLEAN |
Set to TRUE use asynchronous execution. Set to FALSE use synchronous execution. |
Remarks
None.
CCDSoft Equivalent Command or Option
None.
VBScript Example
Option Explicit
Dim Cam
Dim i
Set Cam = CreateObject("CCDSoft.Camera")
'------------------------------------------------------------
'Put/Get Asynchronous property
'------------------------------------------------------------
'1 = TRUE
Cam.Asynchronous = 1
i = Cam.Asynchronous
See also
Asynchronous vs. Synchronous Execution
Visit the Software Bisque web site
Visit the Santa Barbara Instrument Group web site