$Second System Tag
- Last UpdatedNov 07, 2016
- 1 minute read
Returns the current second of the minute.
Syntax
$Second
Data Type
Integer (read only)
Example(s)
This script generates a sine wave function with an amplitude of 100 and a period of one minute.
100*Sin(6*$Second)
This script generates a series of 0’s and 1’s that change every second.
$second.00