<< Prev        Next >>

ID : 3607

ExtDecel

Function

To specify the external deceleration.

Syntax

ExtDecel deceleration

Guaranteed Entry

Deceleration
Specify the external deceleration by Single Precision Real Number Type data within the range of 0.0001-100. The unit is "%."

Description

The external deceleration is changed.

Attention

-

Example

'!TITLE "External Deceleration Setting"
' Set external deceleration
Sub Sample_ExtDecel

  ' Set deceleration to 100
  ExtDecel 100

End Sub

ID : 3607

<< Prev        Next >>