module myna.application.thesis.path
class Path
method Path.getIndex
getIndex(time)
method Path.getLocation
getLocation(time)
method Path.get_all_scan_stats
get_all_scan_stats() → tuple[float | None, float | None, float, float]
Returns a list summary information about the currently loaded data:
- elapsed time of the scan path (s)
- linear distance of the scan path (mm)
- initial wait time (s)
- final wait time (s)
method Path.get_elapsed_path_stats
get_elapsed_path_stats() → list[float] | list[None]
Extracts the elapsed time (s) and linear distance (mm) of scanning
method Path.get_final_wait_time
get_final_wait_time() → float
Returns the wait time at the end of a scan path
method Path.get_initial_wait_time
get_initial_wait_time() → float
Returns the wait time at the beginning of a scan path
method Path.loadData
loadData(
file,
loadIfExists=None,
saveFile=True,
xName='X(mm)',
yName='Y(mm)',
timeName='tParam'
)
method Path.setEnd
setEnd()
method Path.setSize
setSize()
This file was automatically generated via lazydocs.