Skip to content

transmissions

Syntax

transmissions(condition)

Parameters

condition
A transmissible condition within the model.

Returns

Returns a non-negative integer value.

Description

This action returns the number of other agents that have been exposed to the given condition by the current agent.

The result is 0 if the agent has not transmitted the condition.

Examples

my_transmissions_to_other_agents = transmissions(COVID19)

See Also