You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nidcpower bindings contain get_channel_name(index) method whose input is a single 1-based channel index. Being 1-based conflicts with the GetChannelNameFromString(), which is 0-based.
As per the decision here:
get_channel_name(index) should be deprecated in nidcpower.
Description of issue
nidcpower bindings contain get_channel_name(index) method whose input is a single 1-based channel index. Being 1-based conflicts with the GetChannelNameFromString(), which is 0-based.
As per the decision here:
The text was updated successfully, but these errors were encountered: