Using RTI Connector for Python.
On the output instance, is it possible to explicitly set a union discriminator?
I have a union with 2 members, where each member is associated with 2 discriminators. The default/first discriminator is always set on the various set_ calls.
The <types> below is contrived, but illustrates the situation.
Is it possible to set "struct_cd.cd" with the discriminator set to "D" rather than "C"?