Debussy/nCompare users?

C

chad.robinson

Guest
Are there any nCompare users out there? I need to find information on
the "cmpSetTimeScale" tcl command. In particular what parameters does
this function require?

The Debussy 5.2 Release Notes describes cmpSetTimeScale as a new
nCompare feature but I have not found any documentation from Novas or
otherwise on how to use it. My attempts to use this command results in
an error to the effect of "wrong/incorrect number of parameters"

Thanks,
Chad
 
Hi Chad,

This command is similar to "cmpSetTimeUnit" except that "cmpSetTimeScale"
should specify GOLDEN|SECONDARY as options. The following is the
syntax and examples:

Syntax:

cmpSetTimeScale GOLDEN|SECONDARY %f[Unit]

Unit: (Gs | Ms | Ks | s | ms | us | ns | ps | fs)
return TRUE if successful; otherwise return FALSE.
example :
1. cmpSetTimeScale GOLDEN 1.0ns
2. cmpSetTimeScale SECONDARY 1.0ns


cmpGetTimeScale (GOLDEN | SECONDARY)
return a list, time and unit
example :
1. cmpGetTimeScale GOLDEN
2. cmpGetTimeScale SECONDARY

Are there any nCompare users out there? I need to find information on
the "cmpSetTimeScale" tcl command. In particular what parameters does
this function require?

The Debussy 5.2 Release Notes describes cmpSetTimeScale as a new
nCompare feature but I have not found any documentation from Novas or
otherwise on how to use it. My attempts to use this command results in
an error to the effect of "wrong/incorrect number of parameters"

Thanks,
Chad
 

Welcome to EDABoard.com

Sponsor

Back
Top