HardwareConnect

Scripting ›› FocusControl ›› Methods ››
Parent Previous Next

HardwareConnect

Method

HardwareConnect(Camera (Boolean), Focuser (Boolean), Telescope (Boolean))  (String)


Syntax

FocusMax.FocusControl.HardwareConnect


Remarks

Set each piece of hardware to True to connect the device or False to ignore.

Method returns a '|' delimited string if the operation succeeded for each piece of hardware.

Example:

HardwareConnect (True, True, True)

If all devices connect, the return string will be True|True|True