msl.equipment package
Manage and connect to equipment in the laboratory.
- msl.equipment.version_info = version_info(major=0, minor=2, micro=0, releaselevel='dev0')
Contains the version information as a (major, minor, micro, releaselevel) tuple.
- Type:
- msl.equipment.list_resources(hosts=None, timeout=2)[source]
Returns a dictionary of all equipment that are available to connect to.
- Parameters:
- Returns:
dict
– The information about the devices that were found.
- msl.equipment.print_resources(**kwargs)[source]
Print a summary of all equipment that are available to connect to.
- Parameters:
kwargs – All keyword arguments are passed to
list_resources()
.