Replaces all the channels in the specified group with a new set of channels. This VI should be called conditionally when something about a channel has changed. Calling it every Configure Session.vi or Process.vi run will result in an infinite configuration loop.


icon

Inputs/Outputs

  • cPluginSDK_lvlibp_Pluginlvclass.png Plugin

    Plugin specifies the instance of the Plugin.lvclass to operate on.

  • cstr.png Group Name

    Group Name is the name of the Display Group to replace.

  • c1dPluginSDK_lvlibp_Channellvclass.png Channels

    Channels is an array of channel objects of type Channel.lvclass.

  • cerrcodeclst.png error in (no error)

    The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs. The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

  • iPluginSDK_lvlibp_Pluginlvclass.png Plugin

    Plugin specifies the instance of the Plugin.lvclass to operate on.

  • ierrcodeclst.png error out

    The error out cluster passes error or warning information out of a VI to be used by other VIs. The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.