Click or drag to resize

FX3ConnectionPulseDrive Method

This function drives a pin to the specified level for a given time interval in ms

Namespace:  FX3Api
Assembly:  FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntax
public void PulseDrive(
	IPinObject pin,
	uint polarity,
	double pperiod,
	uint mode
)

Parameters

pin
Type: IPinObject
The FX3PinObject for the pin to drive
polarity
Type: SystemUInt32
The level to drive the pin to. 1 - high, 0 - low
pperiod
Type: SystemDouble
The time to drive the pin for, in ms. Minimum of 3us.
mode
Type: SystemUInt32
Not implemented

Implements

IPinFcns.PulseDrive(IPinObject, UInt32, Double, UInt32)
See Also