Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

Command: HdDel

DIAdem 2011 Help

Edition Date: July 2011

Part Number: 370859J-01

»View Product Info

Deletes an external channel header.

Call HdDel(HdChnArg1)

Input Parameters

HdChnArg1 Uses the channel name or the channel number to specify a channel.
Word variable
1 <= HdChnArg1 <= ActFileHdNo

Example

The following example loads the data set properties of the Test.dat file. The command then deletes the channel properties of channel 3 and selectively loads the data of the Test.dat data set.

Call HdLoad("Test")
Call HdDel(3)
Call DataLoadSel("Test","1-",0)

Related Topics


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit