niHSDIO Assign Dynamic Channels
Configures channels for dynamic acquisition (if instrument handle is an acquisition session) or dynamic generation (if instrument handle is a generation session).
Note A channel cannot simultaneously be assigned to static generation and dynamic generation. |
instrument handle identifies your instrument session. instrument handle was obtained from the niHSDIO Init Acquisition Session VI or the niHSDIO Init Generation Session VI. | |||||||
channel list identifies which channels are reserved for dynamic operation.
Examples of valid syntax for this control are 0:31 or 0-15,16-31 or 0-30,31. The order of these channels specifies the order when using the waveform data type VIs (niHSDIO Read Waveform and niHSDIO Write Named Waveform). Leave channel list blank to specify all channels. Use "none" to unassign all channels. |
|||||||
error in describes error conditions that occur before this VI or function runs.
| |||||||
instrument handle out passes a reference to your instrument session to the next VI. instrument handle was obtained from the niHSDIO Init Acquisition Session VI or the niHSDIO Init Generation Session VI. | |||||||
error out contains error information. If error in indicates that an error occurred before this VI or function ran, error out contains the same error information. Otherwise, it describes the error status that this VI or function produces.
|