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 processmodels (
List[Model]) – A list of Model which is used by the LayerGeometryincludeJumpTime (
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