Format Arguments Examples
The SIN function returns the sine of an expression a.
Format
SIN(a)
Arguments
Any valid function expression.
Number of Arguments: 1
Examples
SIN(10*TIME)
This function returns the sine of 10*TIME, where TIME is the current simulation time.