Click or drag to resize

FX3ConnectionReadDRFreq Method

Reads the measured DR value

Namespace:  FX3Api
Assembly:  FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntax
public double ReadDRFreq(
	IPinObject pin,
	uint polarity,
	uint timeoutInMs
)

Parameters

pin
Type: IPinObject
The DR pin to measure
polarity
Type: SystemUInt32
The edge to measure from. 1 - low to high, 0 - high to low
timeoutInMs
Type: SystemUInt32
The timeout from when the pin measurement starts to when the function returns if the signal cannot be found

Return Value

Type: Double
The DR frequency in Hz
See Also