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)
Syntaxpublic bool SetBitBangStallTime(
double MicroSecondsStall
)
Public Function SetBitBangStallTime (
MicroSecondsStall As Double
) As Boolean
public:
bool SetBitBangStallTime(
double MicroSecondsStall
)
member SetBitBangStallTime :
MicroSecondsStall : float -> bool
Parameters
- MicroSecondsStall
- Type: SystemDouble
Stall time desired, in microseconds. Minimum of 0.7us
Return Value
Type:
BooleanA boolean indicating if value is good or not. Defaults to closest possible value
See Also