get_opensplice_version¶
- lsst.ts.salobj.get_opensplice_version() str ¶
Get the version of OpenSplice as a string.
The form of the version string is:
major.minor.build
Where:
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 “?”.