Deletes an external channel header.
Call HdDel(HdChnArg1)
HdChnArg1 |
Uses the channel name or the channel number to specify a channel.
|
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)