Period

<< Click to Display Table of Contents >>

 

Period

Number Defines the wave shape length, in milliseconds. Does not apply when the Type property is set to either 0 - Random or 3 - CurrentTime. Default value is 10,000 ms. Example:

Sub DemoTag1_OnStartRunning()
  Period = 1000
End Sub

Was this page useful?