Returns the name of a specific acquisition device


const char* miraacq_GetDeviceName(makernel* pma,int deviceInd)


Input: 

  • Runtime environment pointer
  • Device index


Output: String name of a device


Description:

miraacq_GetDeviceName returns the name for a specific device. Before using miraacq_GetDeviceName or miraacq_GetDeviceCount, the device list needs to be constructed by miraacq_ScanDevices.