HardwareDisconnect

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

HardwareDisconnect

Method

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


Syntax

FocusMax.FocusControl.HardwareDisconnect


Remarks

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

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

Example:

HardwareDisconnect (True, True, True)

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