WireTap SDK - WireTapServerInfo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
According to the WireTap documentation, the WireTapServerInfo class has the ability to both get and set the Wiretap version through getProductVersionMajor, and setProductVersionMajor.
I was able to use the getProductVersionMajor in Python, however I'm unable to figure out how to use any of the set function such as setProductVersionMajor.
I am hoping to be able to set the wiretap version when executing some scripts on machines that have multiple versions of Flame. For example, one machine has 2024.1 and 2024.0.2. In this case, I'd like to be able to set the wiretap version to 2024.0.2 before creating certain nodes so it is readable in the older version.
Can someone please let me know if this is possible and what the Python equivalent is with the SDK?