### 2025-01-22 Meeting with David (EditExps and more):
* from pathlib import path, os.path, suffix(file), <-- (xml)
* See if all relevant information can be retrieved through designID, try and hide LS10 specifics as much as possible from Layer1, use EditExps to retrieve this inform
* minimizing the architecture dependecies/redundancies. for example: if sys.arch =="64": import foo_64 as foo, else: import foo_32 as foo
### 2025-01-14:
#### Entry 1: HPLC Dilution, EditParameterMap():
* Tried to update existing map, but EditParameterMap gives an error:
```
PythonException: System.Collections.Generic.List`1[System.Double] value cannot be converted to System.Collections.Generic.List`1[System.Object]
```
Seems like this stems from taht the function utils.AmountForDiscrete() does not output the right format for this function, while it does work for other functions, such as EditSourceMap(). Sent an email to Bjorn, hoping to clarify this.