FX3ConnectionPinStart Property |
Gets and sets the sync pin start configuration for starting 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 PinStart { get; set; }
Public Property PinStart As Boolean
Get
Set
public:
property bool PinStart {
bool get ();
void set (bool value);
}
member PinStart : bool with get, set
Return Value
Type:
BooleanRTS pin start configuration (false = Pin Start Disabled, true = Pin Start Enabled
See Also