FX3ConnectionPinExit Property |
Gets and sets the sync pin exit configuration for exiting real-time stream mode on ADcmXL DUT's.
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic bool PinExit { get; set; }
Public Property PinExit As Boolean
Get
Set
public:
property bool PinExit {
bool get ();
void set (bool value);
}
member PinExit : bool with get, set
Return Value
Type:
BooleanRTS pin exit configuration (false = Pin Exit Disabled, true = Pin Exit Enabled)
See Also