User manual

LabWindowsCVI/Visual C++ Representation
ViStatus status = AcqrsD1_configFCounter(ViSession instrumentID,
ViInt32 signalChannel, ViInt32 type, ViReal64 targetValue,
ViReal64 apertureTime,ViReal64 reserved, ViInt32 flags);
LabVIEW Representation
AqDx Configure FCounter.vi
Visual Basic Representation
ConfigFCounter (ByVal instrumentID As Long, _
ByVal signalChannel As Long, _
ByVal type As Long, _
ByVal targetValue As Double, _
ByVal apertureTime As Double, _
ByVal reserved As Double, _
ByVal flags As Long) As Long
Visual Basic .NET Representation
AcqrsD1_configFCounter (ByVal instrumentID As Int32, _
ByVal signalChannel As Int32, _
ByVal type As Int32, _
ByVal targetValue As Double, _
ByVal apertureTime As Double, _
ByVal reserved As Double, _
ByVal flags As Int32) As Int32
MATLAB MEX Representation
[status]= AqD1_configFCounter(instrumentID, signalChannel, typeMes,
targetValue, apertureTime, reserved, flags)
Note: The older form Aq_configFCounter is deprecated.
Please convert to the newer version.
Programmer’s Reference Manual Page 78 of 210