NI-Digital Pattern Driver C Function Reference

niDigital_CreatePinGroup

  • Updated2023-11-24
  • 1 minute(s) read

niDigital_CreatePinGroup

Low Level Group

Creates a pin group, which is an alias for a list of pins.

C Function Prototype: ViStatus niDigital_CreatePinGroup (ViSession vi, ViConstString pinGroupName, ViConstString pinList)

Parameter Description
vi The specified instrument session the niDigital_init or niDigital_InitWithOptions function returns.
pinGroupName Name of the pin group.
pinList List of pins to include in the pin group.

Return value: Reports the status of the operation.

Log in to get a better experience