Skip to content

AtvProberTool#

The ATV Prober Tool allows you to control a SENTIO compatible probe station with ATV Prober Tool as command proxy. This class inherits from MpiSentioProber.


method send_prober_command(request: str)#

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
str The response parameters as array of string.

Example#

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

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