The 2D-Datarecording-Forum - Software

removing calculated channels

 removing calculated channels

How do you remove calculated channels that you don't need anymore?
Is there a simple way to do that?

 Re: removing calculated channels

Hey Steven,

create a new Calc-file, like DEL.CAL

with the following two lines:

[DEL]

delete(*)

With this all the CALCULATED channels will be deleted and the calculate again what you need

wbr Bernie

 Re: removing calculated channels

With the delete-command you can delete calculated (not recorded) channels.

The syntax is:

DELETE(#ChannelName)

Where #Channelname may content a '*' as a wildcard.

Example:
Delete(#V*) -> deletes all calculated channels with a 'V' at the beginning of the name.

Delete(#*) or Delete(*) deletes all calculated channels