getLayerGeometryTime

pyslm.analysis.getLayerGeometryTime(layerGeom, models, includeJumpTime=False, jumpSpeed=5000.0, jumpDelay=0.0)

Returns the total time taken to scan across a LayerGeometry.

Parameters:
  • layerGeom (LayerGeometry) – The LayerGeometry to process

  • models (List[Model]) – A list of Model which is used by the LayerGeometry

  • includeJumpTime (bool) – Include the jump time between scan vectors in the calculation (default = False)

  • jumpSpeed (float) – The default jump speed used to scan between scan vectors [mm/s]

  • jumpDelay (float) – The default jump delay used to scan between scan vectors [mu s]

Return type:

float

Returns:

The time taken to scan across the LayerGeometry