Admin Production ni-theme
Current Publication

Configure Data Interleaved Channel List [DIC]

IVI Compliance Package

IviDigitizer Configure Data Interleaved Channel List [DIC]

IviDigitizerTimeInterleavedChannels Capability Group

Combines a specified channel with one or more other channels to interleave the returned data. The string provided here specifies which channels should operate in combined mode with the current channel.The Channel List input is a comma-separated list of one or more channel names. Users may specify either physical or virtual repeated capability identifiers in this list. An empty string or VI_NULL (0) can be used to indicate that no channels should be combined (or that none are currently combined, in the case of a query).

Note Note  
  • If a channel name specified in the list is not recognized, the driver generates the Unknown Channel Name error. If a channel name specified in the list is not enabled, this property generates the error Channel Not Enabled.
  • Setting this property on a channel designates that channel as the one on which subsequent fetch and read operations should be made. Fetch and read operations will return the data from multiple channels, so care should be taken to ensure that sufficient memory is allocated.
  • This VI is part of the IviDigitizerDataInterleavedChannels [DIC] extension group.

IviDigitizer Configure Data Interleaved Channel List [DIC].vi

civrn instrument handle The instrument handle that you obtain from the IviDigitizer Initialize VI or IviDigitizer Initialize With Options VI. The handle identifies a particular instrument session.

Default Value: None

cstr Channel Name ("") Specifies the name of the channel to be combined with those in the Channel List input.

Default Value: ""

Note:

You can specify the trace name as a string variable or as a literal enclosed in double quotes.

cstr Channel List ("") Specifies one or more channel names to combine with the channel specified in the Channel Name input. Use commas to separate channel names in this list. This value sets the IviDigitizer Data Interleaved Channel List property.

Default Value: ""

Note:

You can specify the trace name as a string variable or as a literal enclosed in double quotes.

cerrcodeclst 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.

iivrn instrument handle out The instrument handle that you obtain from the IviDigitizer Initialize VI or IviDigitizer Initialize With Options VI. The handle identifies a particular instrument session.

Default Value: None

ierrcodeclst 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.