Click or drag to resize

FX3ConnectionSetBitBangStallTime Method

Set the bit bang SPI stall time. Driven by a clock with resolution of 49.3ns

Namespace:  FX3Api
Assembly:  FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntax
public bool SetBitBangStallTime(
	double MicroSecondsStall
)

Parameters

MicroSecondsStall
Type: SystemDouble
Stall time desired, in microseconds. Minimum of 0.7us

Return Value

Type: Boolean
A boolean indicating if value is good or not. Defaults to closest possible value
See Also