Enble/disable transaction group

Good evening,

we need to enable / disable a transaction group through a python script.
Is there a way to do this?

Thanks

The simplest way to do this is to use a boolean memory tag as the transaction group’s trigger. Then you can update it with a variety of methods, including a python tag write call.