|
PowerMultiCalculatorAdapterPublishFrame Method
|
Calculates MW, MVAR and MVA then publishes those measurements.
Namespace: PowerCalculations.PowerMultiCalculatorAssembly: PowerCalculations (in PowerCalculations.dll) Version: 2.4.207-beta
Syntax protected override void PublishFrame(
IFrame frame,
int index
)
Protected Overrides Sub PublishFrame (
frame As IFrame,
index As Integer
)
protected:
virtual void PublishFrame(
IFrame^ frame,
int index
) override
abstract PublishFrame :
frame : IFrame *
index : int -> unit
override PublishFrame :
frame : IFrame *
index : int -> unit
function PublishFrame(frame, index);
View SourceParameters
- frame IFrame
- Input values for calculation
- index Int32
- Index of frame within second.
See Also