FX3ConnectionSclkFrequency Property |
Property to get or set the FX3 SPI clock frequency setting.
Reqcode: B2
Value: Don't Care
Index: 0
Length: 4
Data: Clock Frequency to be set
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic int SclkFrequency { get; set; }
Public Property SclkFrequency As Integer
Get
Set
public:
property int SclkFrequency {
int get ();
void set (int value);
}
member SclkFrequency : int with get, set
Return Value
Type:
Int32The current SPI clock frequency, in MHZ. Valid values are in the range 1 to 40,000,000
See Also