FX3ConnectionCpol Property |
Property to get or set the FX3 SPI controller clock polarity setting (True - Idles High, False - Idles Low)
Reqcode: B2
Value: Polarity (0 active low, 1 active high)
'Index: 1
Length: 4
Data: None
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic bool Cpol { get; set; }
Public Property Cpol As Boolean
Get
Set
public:
property bool Cpol {
bool get ();
void set (bool value);
}
member Cpol : bool with get, set
Return Value
Type:
BooleanThe current polarity setting
See Also