TK# class TK# Bases: enum.Enum Provides an enum of transition kinds. Overview# Attributes STRONG SYNCHRO WEAK Import detail# from ansys.scade.apitools.create.data_def import TK Attribute detail# STRONG = 'Strong'# SYNCHRO = 'Synchro'# WEAK = 'Weak'#