ArcFM Engine Developer Guide
CreateMomentaryOutage Constructor


The device to create a momentart on
The Phases to operate
the first time of operation
the second time of operation
Create a momentrary outage on a device
Syntax
'Declaration
 
Public Function New( _
   ByVal device As DeviceInfo, _
   ByVal operatingPhases As Miner.NetworkModel.Electric.Phases, _
   ByVal timeOp As Date, _
   ByVal timeOp2 As Date _
)
'Usage
 
Dim device As DeviceInfo
Dim operatingPhases As Miner.NetworkModel.Electric.Phases
Dim timeOp As Date
Dim timeOp2 As Date
 
Dim instance As New CreateMomentaryOutage(device, operatingPhases, timeOp, timeOp2)
public CreateMomentaryOutage( 
   DeviceInfo device,
   Miner.NetworkModel.Electric.Phases operatingPhases,
   DateTime timeOp,
   DateTime timeOp2
)

Parameters

device
The device to create a momentart on
operatingPhases
The Phases to operate
timeOp
the first time of operation
timeOp2
the second time of operation
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

CreateMomentaryOutage Class
CreateMomentaryOutage Members

 

 


Send Comment