cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X

can someone explain me about ttrevclear how to let it work?

eyeung
1-Newbie

can someone explain me about ttrevclear how to let it work?

ttrevclear ( source:s ( start:n end:n ( delete:n )? )? )? ( ';' level:n )?
 
I can't understand those argument how to use.....
 
thanks a lot
1 ACCEPTED SOLUTION

Accepted Solutions

Hello Eyeung

 

This is documented in BNF format but in summary:

 

All parameters are comma separated

:s = string in quotes in this case the stream name

:n = number

 

e.g. [ttrevclear "myStream",99,1000,1,1]

 

You can see the applicable values in the help centre documentation.

Also worth reading technote TN0090

Note: ttrevout and ttrevin are also very useful to check your output results.

 

Regards

Chris

 

//tformat.com

View solution in original post

2 REPLIES 2

Hello Eyeung

 

This is documented in BNF format but in summary:

 

All parameters are comma separated

:s = string in quotes in this case the stream name

:n = number

 

e.g. [ttrevclear "myStream",99,1000,1,1]

 

You can see the applicable values in the help centre documentation.

Also worth reading technote TN0090

Note: ttrevout and ttrevin are also very useful to check your output results.

 

Regards

Chris

 

//tformat.com

Ah...............really thanks Chris, very clearly!

I try it now!

Thanks a lot!!

Top Tags