QUIPLog
- class wss_tools.quip.qio.QUIPLog[source]
Bases:
objectClass to handle QUIP actions to document in log file and image history.
- Attributes:
- creation_timedict
Metadata for when this object was created.
- quip_infodict
Metadata related to QUIP software.
- log_entrieslist
List of
QUIPLogEntry.
Methods Summary
add_entry(*args)Add new
QUIPLogEntry.xml_dict()Create a dictionary that can be converted to QUIP Output Log XML.
Methods Documentation
- add_entry(*args)[source]
Add new
QUIPLogEntry.
- xml_dict()[source]
Create a dictionary that can be converted to QUIP Output Log XML.
- Returns:
- out_dictdict
Dictionary to be converted to XML by
output_xml().