SoftCP Function

Returns the status of SoftCP motion mode.

Syntax
SoftCP

Return Values

  • 0 = SoftCP motion mode off
  • 1 = SoftCP motion mode on

See Also
SoftCP Statement

SoftCP Function Example

If SoftCP = Off Then
    Print "SoftCP is off"
EndIf