B_Subnetwork_FunctionBarriers

The B_Subnetwork_FunctionBarriers table is used to define function barriers of a subnetwork, which are used to configure the subnetwork trace and terminate the subnetwork.

FieldDescription

Tier Name

The name of the tier that terminates at these devices. The Tier Name value must be defined in the B_Tier table.

Function

The type of function used to set the function barrier. The following are valid inputs:

  • AVERAGE
  • COUNT
  • MAX
  • MIN
  • SUBTRACT
  • ADD

Attribute

The network attribute used to set the function barrier. The Attribute is the same as one of the attributes in the B_NetworkAttribute table or Category to define a network category as a function barrier.

Operator

The operator used on the network attribute to set the function barrier. The following are valid inputs:

  • IS_EQUAL_TO
  • DOES_NOT_EQUAL
  • IS_GREATER_THAN
  • IS_GREATER_THAN_OR_EQUAL_TO
  • IS_LESS_THAN
  • IS_LESS_THAN_OR_EQUAL_TO
  • INCLUDES_THE_VALUES
  • DOES_NOT_INCLUDE_THE_VALUES
  • INCLUDES_ANY
  • DOES_NOT_INCLUDE_ANY

Value

The value of the network attribute or name of the category used to set the functional barrier.

Use Local Values

Defines if local values are used when configuring the function barrier. If using local values, the field value is set to True.

Field values in the B_Subnetwork_FunctionBarriers table of an asset package
Top