get_opensplice_version¶
-
lsst.ts.salobj.
get_opensplice_version
()¶ Get the version of OpenSplice as a string.
The form of the version string is:
major.minor.buildWhere:
- major: an integer
- minor: an integer
- build: an integer followed by a patch string, with no delimiter between the two.
Example version: “6.9.190705OSS”
If the version can not be determined then the returned value is “?”.