FX3ConnectionFX3_LOOPBACK2 Property |
Read-only property to get loop back pin 2. This pin (CTL9) is wired directly to
loop back pin 1 (CTL8) 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)
Syntaxpublic IPinObject FX3_LOOPBACK2 { get; }
Public ReadOnly Property FX3_LOOPBACK2 As IPinObject
Get
public:
property IPinObject^ FX3_LOOPBACK2 {
IPinObject^ get ();
}
member FX3_LOOPBACK2 : IPinObject with get
Return Value
Type:
IPinObjectThe second loop back pin, as an IPinObject
See Also