Skip to content

SiPHCommandGroup

Bases: CommandGroupBase

This command group contains functions for working with SiPH applications. You are not meant to instantiate this class directly. Access it via the siph attribute of the SentioProber class.

fast_alignment()

Perform fast fiber alignment.

get_cap_sensor()

Get the capacitance sensor value.

:raises: ProberException if an error occured. :return: A tuple with the values from the capacity sensors of probe 1 and probe 2.

get_intensity()

Get the current intensity value.

:raises: ProberException if an error occured. :returns: The intensity value.

Execute SiPh gradient search.

:raises: ProberException if an error occured.

move_hover(probe)

Move SiPh probe to hover height.

:param probe: The probe on which the SiPh probe is mounted. :raises: ProberException if an error occured.

move_separation(probe)

Move SiPh probe to separation height.

:param probe: The probe on which the SiPh probe is mounted. :raises: ProberException if an error occured.

handler: python options: members: SiPHCommandGroup