ArcFM Engine Developer Guide
StoppedPhases Property


This property indicates the electrical phases that the element stopped during the trace in search of sources. This value will be equal to or a subset of the phases that reached the element while tracing out from the start element in search of sources.
Syntax
'Declaration
 
<DispIdAttribute(1610678282)>
Property StoppedPhases As SetOfPhases
'Usage
 
Dim instance As IMMTraceStopper
Dim value As SetOfPhases
 
instance.StoppedPhases = value
 
value = instance.StoppedPhases
[DispId(1610678282)]
SetOfPhases StoppedPhases {get; set;}

Property Value

Returns a value from the SetOfPhases enumeration
Remarks

This property value can lead to some confusion since the phases actually stopped, according to this definition, may be fewer than the phases that the element in question would stop, if all three phases were to reach the stopper element and try to pass through. For example, a fuse that is open on abc may turn up in the stopper list with StoppedPhases = a, simply because phases b and c were filtered out by other stoppers before the tracing reached the fuse, so that only a traveled far enough to be stopped by the fuse.

Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMTraceStopper Interface
IMMTraceStopper Members

 

 


Send Comment