find_zsync_worker_port#

PQSC.find_zsync_worker_port(device: ZIBaseInstrument) int[source]#

Find the ID of the PQSC ZSync port connected to a given device.

Parameters:
  • pqsc – PQSC device over whose ports the research shall be done.

  • device (ZIBaseInstrument) – device for which the connected ZSync port shall be found.

Returns:

Integer value represent the ID of the searched PQSC Zsync port.

Raises:

ToolkitError – If the given device doesn’t appear to be connected to the PQSC via ZSync.

Return type:

int

Added in version 0.5.1.