Skip to contents

[Experimental]

ArmConditionAll combines multiple ArmCondition objects using AND logic. An arm opens only if ALL conditions in the list are satisfied.

Usage

ArmConditionAll(...)

.DefaultArmConditionAll()

Arguments

...

(ArmCondition)
arm condition objects to combine with AND logic.

Slots

condition_list

(list)
a list of ArmCondition objects to be combined with AND logic.

Note

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