Skip to content

Euresys

Euresys - GetParameter

Gets double parameter from Euresys device

IN

Name Type Description
Destination Enum Defines the parameter's destination.
ParameterName String Defines the parameter's name.
InBoard DynamicEnum DynamicEnum
Name String Set the tool's name
Enable Bool Sets if current tool is enabled or not

OUT

Name Type Description
OutValue T The value to get
Error ErrorState Gets the execution error message

Euresys - GrabImage

Grabs image from Euresys device

IN

Name Type Description
InBoard DynamicEnum DynamicEnum
Name String Set the tool's name
Enable Bool Sets if current tool is enabled or not

OUT

Name Type Description
ImageOut Image The grabbed image.
Error ErrorState Gets the execution error message

Euresys - GetDoubleParameter

Gets double parameter from Euresys device

IN

Name Type Description
Destination Enum Defines the parameter's destination.
ParameterName String Defines the parameter's name.
InBoard DynamicEnum DynamicEnum
Name String Set the tool's name
Enable Bool Sets if current tool is enabled or not

OUT

Name Type Description
Value Double The value to get
Error ErrorState Gets the execution error message

Euresys - GetIntParameter

Gets int parameter from Euresys device

IN

Name Type Description
Destination Enum Defines the parameter's destination.
ParameterName String Defines the parameter's name.
InBoard DynamicEnum DynamicEnum
Name String Set the tool's name
Enable Bool Sets if current tool is enabled or not

OUT

Name Type Description
Value Int The value to get
Error ErrorState Gets the execution error message

Euresys - GetStringParameter

Gets string parameter from Euresys device

IN

Name Type Description
Destination Enum Defines the parameter's destination.
ParameterName String Defines the parameter's name.
InBoard DynamicEnum DynamicEnum
Name String Set the tool's name
Enable Bool Sets if current tool is enabled or not

OUT

Name Type Description
Value String The value to get
Error ErrorState Gets the execution error message

Euresys - SetDoubleParameter

Sets double parameter from Euresys device

IN

Name Type Description
Value Double The value to set
Destination Enum Defines the parameter's destination.
ParameterName String Defines the parameter's name.
InBoard DynamicEnum DynamicEnum
Name String Set the tool's name
Enable Bool Sets if current tool is enabled or not

OUT

Name Type Description
Error ErrorState Gets the execution error message

Euresys - SetIntParameter

Sets int parameter from Euresys device

IN

Name Type Description
Value Int The value to set
Destination Enum Defines the parameter's destination.
ParameterName String Defines the parameter's name.
InBoard DynamicEnum DynamicEnum
Name String Set the tool's name
Enable Bool Sets if current tool is enabled or not

OUT

Name Type Description
Error ErrorState Gets the execution error message

Euresys - SetStringParameter

Sets string parameter from Euresys device

IN

Name Type Description
Value String The value to set
Destination Enum Defines the parameter's destination.
ParameterName String Defines the parameter's name.
InBoard DynamicEnum DynamicEnum
Name String Set the tool's name
Enable Bool Sets if current tool is enabled or not

OUT

Name Type Description
Error ErrorState Gets the execution error message

Euresys - SetParameter

Sets double parameter from Euresys device

IN

Name Type Description
InValue T The value to set
Destination Enum Defines the parameter's destination.
ParameterName String Defines the parameter's name.
InBoard DynamicEnum DynamicEnum
Name String Set the tool's name
Enable Bool Sets if current tool is enabled or not

OUT

Name Type Description
Error ErrorState Gets the execution error message

Euresys - StartAcquisition

Starts acquisition from Euresys device

IN

Name Type Description
InBoard DynamicEnum DynamicEnum
Name String Set the tool's name
Enable Bool Sets if current tool is enabled or not

OUT

Name Type Description
Error ErrorState Gets the execution error message

Euresys - StopAcquisition

Stops acquisition from Euresys device

IN

Name Type Description
InBoard DynamicEnum DynamicEnum
Name String Set the tool's name
Enable Bool Sets if current tool is enabled or not

OUT

Name Type Description
Error ErrorState Gets the execution error message