ClassesClassesClassesClasses | | | | Operators

deactivate_compute_devicedeactivate_compute_deviceDeactivateComputeDevicedeactivate_compute_deviceDeactivateComputeDeviceDeactivateComputeDevice (Operator)

Name

deactivate_compute_devicedeactivate_compute_deviceDeactivateComputeDevicedeactivate_compute_deviceDeactivateComputeDeviceDeactivateComputeDevice — Deactivate a compute device.

Signature

deactivate_compute_device( : : DeviceHandle : )

Herror deactivate_compute_device(const Hlong DeviceHandle)

Herror T_deactivate_compute_device(const Htuple DeviceHandle)

Herror deactivate_compute_device(const HTuple& DeviceHandle)

void HComputeDevice::DeactivateComputeDevice() const

void DeactivateComputeDevice(const HTuple& DeviceHandle)

void HComputeDevice::DeactivateComputeDevice() const

void HOperatorSetX.DeactivateComputeDevice([in] VARIANT DeviceHandle)

void HComputeDeviceX.DeactivateComputeDevice()

static void HOperatorSet.DeactivateComputeDevice(HTuple deviceHandle)

void HComputeDevice.DeactivateComputeDevice()

Description

deactivate_compute_devicedeactivate_compute_deviceDeactivateComputeDevicedeactivate_compute_deviceDeactivateComputeDeviceDeactivateComputeDevice deactivates the compute device DeviceHandleDeviceHandleDeviceHandleDeviceHandleDeviceHandledeviceHandle for the current HALCON thread. Use activate_compute_deviceactivate_compute_deviceActivateComputeDeviceactivate_compute_deviceActivateComputeDeviceActivateComputeDevice to reactivate the device.

Parallelization

Parameters

DeviceHandleDeviceHandleDeviceHandleDeviceHandleDeviceHandledeviceHandle (input_control)  compute_device HComputeDevice, HTupleHTupleHComputeDevice, HTupleHComputeDeviceX, VARIANTHtuple (integer) (IntPtr) (Hlong) (Hlong) (Hlong) (Hlong)

Compute device handle.

Result

deactivate_compute_devicedeactivate_compute_deviceDeactivateComputeDevicedeactivate_compute_deviceDeactivateComputeDeviceDeactivateComputeDevice returns the value 2 (H_MSG_TRUE) if DeviceHandleDeviceHandleDeviceHandleDeviceHandleDeviceHandledeviceHandle is valid. Otherwise an exception will be raised.

Possible Predecessors

activate_compute_deviceactivate_compute_deviceActivateComputeDeviceactivate_compute_deviceActivateComputeDeviceActivateComputeDevice

See also

deactivate_all_compute_devicesdeactivate_all_compute_devicesDeactivateAllComputeDevicesdeactivate_all_compute_devicesDeactivateAllComputeDevicesDeactivateAllComputeDevices

Module

Foundation


ClassesClassesClassesClasses | | | | Operators