SendActionUsage#
- class ansys.sam.sysml2.meta_model.send_action_usage.SendActionUsage(id: str)#
Bases:
ansys.sam.sysml2.meta_model.action_usage.ActionUsageJava class ‘com.ansys.medini.metamodel.sysml.SendActionUsage’.
Overview#
Get the payload argument property. |
|
Get the receiver argument property. |
|
Get the sender argument property. |
Import detail#
from ansys.sam.sysml2.meta_model.send_action_usage import SendActionUsage
Property detail#
- property SendActionUsage.payload_argument: Expression#
Get the payload argument property.
- Returns:
- “Expression”
Value of property payload argument.
- property SendActionUsage.receiver_argument: Expression#
Get the receiver argument property.
- Returns:
- “Expression”
Value of property receiver argument.
- property SendActionUsage.sender_argument: Expression#
Get the sender argument property.
- Returns:
- “Expression”
Value of property sender argument.