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

AVEVA™ InTouch HMI

Sin() 函数

  • Last UpdatedFeb 05, 2018
  • 1 minute read

返回某个数字的正弦。对于三角函数而言,该数字是以度表示的角度。

语法

result = Sin (number)

参数

number

数字、模拟标记名或数值表达式。

示例

Sin(90) 返回 1。

Sin(0) 返回 0。

Sin(30) 返回 0.5。

100 * Sin (6 * $second) 返回振幅为 100、周期为 1 分钟的正弦波。

In This Topic
Related Links