Skip to content

transmission_mode

Syntax

condition COND {
    transmission_mode = <x>
    ...
}

Parameters

x
One of none or proximity

Description

Condition property, necessary for a transmissible condition, that determines how one agent can transmit the condition to another agent.

The transmission mode determines how one agent can transmit the condition to another agent. Transmissible conditions must have a transmission_mode property. The default is none. The proximity transmission mode means that a transmissible agent can transmit the condition to a susceptible agent when the two agent occupy the same place at the same time.

Examples

The following sets the transmission mode of the condition, COND, to proximity:

condition COND {
    transmission_mode = proximity
    ...
}

See Also