niDigital_CreatePinMap
- Updated2023-11-24
- 1 minute(s) read
niDigital_CreatePinMap
Low Level Group
Creates and loads a pin map. Use this function if you are not loading a pin map file using the niDigital_LoadPinMap function.
C Function Prototype: ViStatus niDigital_CreatePinMap (ViSession vi, ViConstString dutPinList, ViConstString systemPinList)
Parameter | Description |
---|---|
vi | The specified instrument session the niDigital_init or niDigital_InitWithOptions function returns. |
dutPinList | A list of device under test (DUT) pin names to include in the pin map. DUT pins are duplicated for all sites and are used in patterns. |
systemPinList | A list of system pins to include in the pin map. System pins do not scale with the number of sites and are not used with pattern functions. |
Return value: Reports the status of the operation.
Parent topic: NI-Digital Pattern Driver C Function Reference