Skip to content

AuxCommandGroup

Bases: ModuleCommandGroupBase

This command group contains functions for working with auxiliary sites of the chuck. You are not meant to create instances of this class on your own. Instead use the aux property of the SentioProber class.

Attributes:

Name Type Description
cleaning AuxCleaningGroup

A subgroup to provide logic for probe cleaning.

AuxCleaningGroup

Bases: CommandGroupBase

This command group provides functions for for cleaning the probe. You are not meant to create instances of this class on your own. Instead use the cleaning property of the AuxCommandGroup.

Example:

    from sentio_prober_control.Sentio.ProberSentio import SentioProber

    prober = SentioProber.create_prober("tcpip", "127.0.0.1:35555")
    prober.aux.cleaning.enable_auto(True)

enable_auto(stat)

Enable automatic probe cleaning.

Parameters:

Name Type Description Default
stat bool

A flag indicating whether to enable or disable cleaning.

required

start(touchdowns=None)

Start the cleaning procedure.

Parameters:

Name Type Description Default
touchdowns int

The number of touchdowns to perform.

None

handler: python options: members: AuxCleaningGroup