Utility Network Attribute Comparison
A condition evaluating the value of an UtilityNetworkAttribute on nodes in the network, either to another UtilityNetworkAttribute or to a specific value.
Since
200.1.0
Constructors
Creates a condition comparing an UtilityNetworkAttribute to a specific value.
Creates a condition comparing the value of one UtilityNetworkAttribute to another.
Properties
The type of comparison to do between the source UtilityNetworkAttribute and either the second UtilityNetworkAttribute or the value.
The source UtilityNetworkAttribute that otherNetworkAttribute or value is compared to.
The UtilityNetworkAttribute being compared against UtilityNetworkAttributeComparison.networkAttribute on each of the nodes. This is null if the comparison is against a specific value.
The specific value to compare UtilityNetworkAttributeComparison.networkAttribute against for each node in the trace. The value can be an integer data type, which can contain a small or large integer, or it can be double data type, which can contain a double or a date.