SendActionUsage#

class ansys.sam.sysml2.meta_model.send_action_usage.SendActionUsage(id: str)#

Bases: ansys.sam.sysml2.meta_model.action_usage.ActionUsage

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

Overview#

payload_argument

Get the payload argument property.

receiver_argument

Get the receiver argument property.

sender_argument

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.