Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Plant SCADA

IPen​.ResetToDefaultSpan [Method]

  • Last UpdatedJul 18, 2023
  • 1 minute read

Resets the span of this pen to its default span.

Defined As

  • [VBA] ResetToDefaultSpan()

  • [Cicode] ResetToDefaultSpan()

  • [C++] HRESULT ResetToDefaultSpan()

Execution Result

If the function succeeds, the return value will be Success. If the pen is deleted, the return value will be GeneralFailure.

Remarks

The default span of pens is 10 minutes. This can be modified by using IPen.SetDefaultSpan.

Calling Syntax

Assumes you have passed a valid pen object into the function.

[VBA]

Sub Example(pen As Object)
pen.ResetToDefaultSpan
End Sub

[Cicode]

FUNCTION Example(OBJECT hPen)
_ObjectCallMethod(hPen, "ResetToDefaultSpan");
END

See Also

IPen.GetDefaultSpan [Method]

IPen.SetDefaultSpan [Method]

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in