niSync_ConfigureFPGA

C Function Prototype

ViStatus niSync_ConfigureFPGA (ViSession vi, ViConstString fpgaProgramPath);

Purpose

Reprograms the FPGA circuits on the specified device using an alternate bitstream file.

Caution  Use this function carefully: it is an advanced operation that requires in-depth knowledge of your hardware.

Parameters

Name Type Description
vi ViSession The session handle that you obtain from niSync_init. The handle identifies a particular instrument session.

fpgaProgramPath ViConstString Specifies the absolute path to an FPGA bitstream file on disk.

Return Values