CogInputLine Value Property Cognex VisionPro 9.22 SR1
Reads the value of this input line. True means that the input is in the TTL high state (for TTL lines) or the no-current-flowing state (for opto-isolated lines).

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 87.1.0.0
Syntax

public bool Value { get; }

Property Value

Type: Boolean
Remarks

Reads the value of this input line. True means that the input is in the TTL high state (for TTL lines) or the no-current-flowing state (for opto-isolated lines).

See Also