Syntax |
Top Previous Next |
This function returns the physical channel identifier that corresponds to the one-based index that the user specifies. If the value that the user passes for the ChannelIndex parameter is less than one or greater than the value of the Channel Count attribute, the function returns an empty string in the ChannelName parameter and returns an error. Function Tree Node: \Boonton55xxx\Configuration\Channel\Get Channel Name Declaration: Btn55xxx.h Implementation: Btn55xxx.dll
ParametersVi The ViSession handle that you obtain from the IviPwrMeter_init or IviPwrMeter_InitWithOptions function. The handle identifies a particular instrument session. Index A one-based index that defines which name to return. NameBufferSize The number of bytes in the ViChar array that the user specifies for the ChannelName parameter. Name The buffer into which the function returns the channel name that corresponds to the index the user specifies. The caller may pass VI_NULL for this parameter if the ChannelNameBufferSize parameter is 0. Return Value
RequirementsSupported ModelsAll supported See AlsoReference |