Reset

<< Click to Display Table of Contents >>

 

Reset

Reset()

Resets the phase (movement in time) of Tag's wave format. This phase must not be reset unless the Tag is enabled. This method, when the Tag is enabled, has no effect on CurrentTime- and Random-type Tags, which are not periodic. When the Tag is disabled, its value is simply reset, regardless of Tag's type. Example:

Sub CommandButton1_Click()
  Application.GetObject("Data.Sine").Reset()
End Sub

Was this page useful?