Groups

None

Group members

NameDescription
niDigital_CreateChannelMap

Creates a channel map, which specifies the number of sites and the connections of pins and sites to instrument channels. You must create the pin map using the niDigital_CreatePinMap function before calling this function. Use this function if you are not loading a pin map file using the niDigital_LoadPinMap function.

niDigital_CreatePinGroup

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

niDigital_CreatePinMap

Creates and loads a pin map. Use this function if you are not loading a pin map file using the niDigital_LoadPinMap function.

niDigital_EndChannelMap

Call this function to indicate that the channel map configuration is complete after you create channel map connections using the niDigital_MapPinToChannel function.

niDigital_GetChannelName

Returns the channel name that corresponds to the index you specify. Channel indexes are one-based.

niDigital_GetChannelNameFromString

Returns a comma-separated list of channel names from a string index list.

niDigital_GetPinName

Returns the name of the pin at the index you specify.

niDigital_MapPinToChannel

Maps a pin to a digital pattern instrument channel. You must call the niDigital_CreateChannelMap function before you call this function and call the niDigital_EndChannelMap function after creating all connections. For DUT pins, you must call this function multiple times for each pin and once for each site. For system pins, call this function only once per pin because the function ignores the site input for system pins.

Attachments

None