EventOccurrenceUsage#

class ansys.sam.sysml2.meta_model.event_occurrence_usage.EventOccurrenceUsage(id: str)#

Bases: ansys.sam.sysml2.meta_model.occurrence_usage.OccurrenceUsage

Java class ‘com.ansys.medini.metamodel.sysml.EventOccurrenceUsage’.

Overview#

event_occurrence

Get the event occurrence property.

is_reference

Get the is reference property.

Import detail#

from ansys.sam.sysml2.meta_model.event_occurrence_usage import EventOccurrenceUsage

Property detail#

property EventOccurrenceUsage.event_occurrence: ansys.sam.sysml2.meta_model.occurrence_usage.OccurrenceUsage#

Get the event occurrence property.

Returns:
“OccurrenceUsage”

Value of property event occurrence.

property EventOccurrenceUsage.is_reference: bool#

Get the is reference property.

Returns:
bool

Value of property is reference.