Home
last modified time | relevance | path

Searched refs:acquisitionVersion (Results 1 – 2 of 2) sorted by relevance

/dports/misc/py-mffpy/mffpy-0.6.3/mffpy/
H A Dxml_files.py169 def acquisitionVersion(self): member in FileInfo
188 acquisitionVersion: str = None,
204 if acquisitionVersion:
205 content.update(acquisitionVersion={TEXT: acquisitionVersion})
225 if self.acquisitionVersion:
226 content.update(acquisitionVersion=self.acquisitionVersion)
/dports/misc/py-mffpy/mffpy-0.6.3/mffpy/tests/
H A Dtest_xml_files.py125 assert file_info.acquisitionVersion == '5.4.1.2 (r28337)'