blark.solution.solution_loader

blark.solution.solution_loader(filename: Path) list[BlarkSourceItem | BlarkCompositeSourceItem][source]

Load a TwinCAT solution (.sln) file.

Parameters:
filenamepathlib.Path

The solution filename.

Returns:
list[Union[BlarkSourceItem, BlarkCompositeSourceItem]]