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