FX3ConnectionReadyPin Property |
Property to get or set the DUT data ready pin.
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic IPinObject ReadyPin { get; set; }
Public Property ReadyPin As IPinObject
Get
Set
public:
property IPinObject^ ReadyPin {
IPinObject^ get ();
void set (IPinObject^ value);
}
member ReadyPin : IPinObject with get, set
Return Value
Type:
IPinObjectThe IPinObject of the pin currently configured as the data ready
See Also