FX3ConnectionCpha Property |
Property to get or set the FX3 SPI controller chip select phase
Reqcode: B2
Value: Polarity (0 active low, 1 active high)
Index: 2
Length: 4
Data: None
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic bool Cpha { get; set; }
Public Property Cpha As Boolean
Get
Set
public:
property bool Cpha {
bool get ();
void set (bool value);
}
member Cpha : bool with get, set
Return Value
Type:
BooleanThe current chip select phase setting
See Also