Assign IMeasurement to its IFrame.
Declaration Syntax
C# | Visual Basic | Visual C++ |
protected override void AssignMeasurementToFrame( IFrame frame, IMeasurement measurement )
Protected Overrides Sub AssignMeasurementToFrame ( _ frame As IFrame, _ measurement As IMeasurement _ )
protected: virtual void AssignMeasurementToFrame( IFrame^ frame, IMeasurement^ measurement ) override
Parameters
- frame (IFrame)
- IFrame to assign measurement to.
- measurement (IMeasurement)
- IMeasurement to assign to frame.
Return Value
true if IMeasurement was successfully assigned to its IFrame.
Remarks
In simple concentration scenarios all you need to do is assign a measurement to its frame based on
time. In the case of a phasor data concentrator you need to assign a measurement to its particular
location in its IDataFrame - so this method overrides the default behavior in order
to accomplish this task.