ifw-daq  1.0.0
IFW Data Acquisition modules
Functions
metadaqsim.entrypoint Namespace Reference

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...
 

Function Documentation

◆ LoadMalForUri()

def metadaqsim.entrypoint.LoadMalForUri (   uri,
  malSpecificProperties 
)

Load MAL mapping based on the first three characters of the uri.

Parameters
uristring uri
malSpecificPropertiesmap of properties to use to initialize mapping
Returns
reference to mal.CiiFactory instance
Exceptions
RuntimeErrorwhen mapping could not be loaded

Definition at line 25 of file entrypoint.py.

◆ main()

def metadaqsim.entrypoint.main (   args)

Main entrypoint for simulator.

Definition at line 38 of file entrypoint.py.