Click or drag to resize

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)
Syntax
public bool Cpol { get; set; }

Return Value

Type: Boolean
The current polarity setting
See Also