Click or drag to resize

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

Return Value

Type: Boolean
The current chip select polarity
See Also