ネットワーク属性との比較またはカテゴリー文字列のチェックに基づいて、フィーチャに対して通過可能性バリア条件を設定します。 条件バリアでは、ネットワーク属性またはネットワーク カテゴリー、演算子とタイプ、および属性値が使用されます。 たとえば、フィーチャが Open の特定の値と等しい Device Status 属性を持っている場合に、トレースを停止します。 フィーチャがこの条件を満たしている場合、トレースが停止します。 複数の属性を使用している場合、結合方法 パラメーターを使用して、And または Or 条件を定義できます。
Does not equal—The attribute is not equal to the value.
Is greater than—The attribute is greater than the value.
Is greater than or equal to—The attribute is greater than or equal to the value.
Is less than—The attribute is less than the value.
Is less than or equal to—The attribute is less than or equal to the value.
Includes the values (bitwise AND equals the value)—A bitwise AND operation in which all bits in the value are present in the attribute (bitwise AND == value).
Does not include the values (bitwise AND does not equal the value)—A bitwise AND operation in which not all of the bits in the value are present in the attribute (bitwise AND != value).
Includes any (bitwise AND equals True)—A bitwise AND operation in which at least one bit in the value is present in the attribute (bitwise AND == True).
Does not include any (bitwise AND equals False)—A bitwise AND operation in which none of the bits in the value are present in the attribute (bitwise AND == False).
Type—Filter by a specific type.
Specific value—Filter by a specific value or network category.
Network attribute—Filter by a network attribute.
Value—Filter by a specific value.
Combine Using—Use this parameter to combine multiple condition barriers.
Min—The minimum of the input values will be identified.
Max—The maximum of the input values will be identified.
Average—The average of the input values will be calculated.
Count—The number of features will be identified.
Add—The sum of the input values will be calculated.
Subtract—The difference in the input values will be calculated. Subnetwork controllers and loops trace types do not support the subtract function.
Attribute—Filter by a network attribute.
Operator—Filter by an operator.
Is equal to—The attribute is equal to the value.
Does not equal—The attribute is not equal to the value.
Is greater than—The attribute is greater than the value.
Is greater than or equal to—The attribute is greater than or equal to the value.
Is less than—The attribute is less than the value.
Is less than or equal to—The attribute is less than or equal to the value.
Includes the values (bitwise AND equals the value)—A bitwise AND operation in which all bits in the value are present in the attribute (bitwise AND == value).
Does not include the values (bitwise AND does not equal the value)—A bitwise AND operation in which not all of the bits in the value are present in the attribute (bitwise AND != value).
Includes any (bitwise AND equals True)—A bitwise AND operation in which at least one bit in the value is present in the attribute (bitwise AND == True).
Does not include any (bitwise AND equals False)—A bitwise AND operation in which none of the bits in the value are present in the attribute (bitwise AND == False).
Value—Filter by a specific value.
Use Local Values—Boolean value to use local variables instead of a global variable.
ネットワーク属性との比較またはカテゴリー文字列のチェックに基づいて、フィーチャに対して通過可能性バリア条件を設定します。 条件バリアでは、ネットワーク属性またはネットワーク カテゴリー、演算子とタイプ、および属性値が使用されます。 たとえば、フィーチャが Open の特定の値と等しい Device Status 属性を持っている場合に、トレースを停止します。 フィーチャがこの条件を満たしている場合、トレースが停止します。 複数の属性を使用している場合、結合方法 パラメーターを使用して、And または Or 条件を定義できます。