Off Method

Description
Turns off the specified output.

Syntax
Sub Off (BitNumber As Integer)
Sub Off (Label As String)

Parameters

  • BitNumber
    An integer expression indicating the standard or extended output bits
  • Label
    A string expression indicating the output bit label.

See Also
On Method, Oport Method, Out Method, OutW Method

Off Example
VB Example:

m_spel.Off(1)  

C# Example:

m_spel.Off(1);