FX3ConnectionWordCount Property |
Gets or sets the number of 16 bit words that are read during the burst. Does not include trigger, real transfer will be 2 bytes larger.
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic int WordCount { get; set; }
Public Property WordCount As Integer
Get
Set
public:
property int WordCount {
int get ();
void set (int value);
}
member WordCount : int with get, set
Property Value
Type:
Int32Return Value
Type:
Int32
Remarks
See Also