Does using the below function configure digital line 6 as output or input ?
niVB_Dig_Initialize(niVB_LibraryHandle libraryHandle, "VB8012-3104586/dig/6", true, instrumentHandle);
Is my understanding correct that, the channel becomes available as input by default?
And if niVB_Dig_Write(..) is used to drive it, it gets configured as output?