Click or drag to resize

FX3ConnectionFX3_LOOPBACK1 Property

Read-only property to get loop back pin 1. This pin (CTL8) is wired directly to loop back pin 2 (CTL9) on the iSensor FX3 Board, Revision C or newer. These loop back pins allow for fixed transaction timing on "asynchronous" SPI/I2C reads. One of the loop back pins can be configured as a PWM output using the "StartPWM" API, and the other loop back pin can be set as the DrPin, allowing the FX3 to trigger itself at a known rate.

Namespace:  FX3Api
Assembly:  FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntax
public IPinObject FX3_LOOPBACK1 { get; }

Return Value

Type: IPinObject
The first loop back pin, as an IPinObject
See Also