addDaqSystems - Add DAQ systems for a specified lab to an ndi session.
S = ndi.setup.daq.addDaqSystems(S, LABNAME)
Inputs:
S - An NDI session object
labName - The name of a lab with preconfigured DAQ systems (char)
force - A boolean flag indicating if DAQ systems should be
re-created if they already exists. When true, if a DAQ
system with a given name already exists, it is removed from
the session before it is re-created and added again.
Outputs:
S - An NDI session object
Note: Assumes the lab is present in the ndi_common/daq_systems folder.