Skip to content

AtvProberTool#

The ATV Prober Tool allows you to control a SENTIO compatible probe station with ATV Prober Tool as command proxy.

All members and functions of the class SentioProber are also available for this class.


method SendProberCommand(request: string)#

Sends a command to the probe station and returns its status code and response

Parameters#

Name Description
request The string that is sent to the device

Returns#

Type Description
int The SENTIO status code
System.String[] The response parameters as array of string.

Example#

Sends has_scope_z comamnd to the probe station and puts the status code and the response into the respective variables

status, response = atv_prober_tool.SendProberCommand("has_scope_z")