Skip to content

get_transmissible_list

Syntax

get_transmissible_list(condition_name)

Parameters

condition_name
The name of a condition in the model.

Returns

A list of transmissible agent IDs in a group for a condition.

Description

This action must be called by a group agent. It returns a list of all transmissible agents' ID of that condtion_name within the calling agent's group, regardless of whether they are attending or not attending the group during the simulation day.

See Also