|
ifw-daq
1.0.0
IFW Data Acquisition modules
|
Functions | |
| def | LoadMalForUri (uri, malSpecificProperties) |
| Load MAL mapping based on the first three characters of the uri. More... | |
| def | main (args) |
| Main entrypoint for simulator. More... | |
| def metadaqsim.entrypoint.LoadMalForUri | ( | uri, | |
| malSpecificProperties | |||
| ) |
Load MAL mapping based on the first three characters of the uri.
| uri | string uri |
| malSpecificProperties | map of properties to use to initialize mapping |
| RuntimeError | when mapping could not be loaded |
Definition at line 25 of file entrypoint.py.
| def metadaqsim.entrypoint.main | ( | args | ) |
Main entrypoint for simulator.
Definition at line 38 of file entrypoint.py.