Skip to contents

[Experimental]

ArmConditionList is a virtual class for combining multiple ArmCondition objects using logical operators. It is used as a base class for ArmConditionAll and ArmConditionAny.

Usage

ArmConditionList(...)

.DefaultArmConditionList()

Arguments

...

(ArmCondition)
arm condition objects to combine.

Slots

condition_list

(list)
a list of ArmCondition objects to be combined.

Note

Typically, end users will not use the .DefaultArmConditionList() function.