Page 1 of 1

arguments Tracewin_noX11 on linux

Posted: Thu 13 Jun 2024 14:46
by jarnovandewalle
Hello,
A few questions about the functionalities of the tracewin_noX11 on Linux:

- The argument use_dst_file -> what value should this have ?
Tracewin returns on linux with Tracewin_noX11 : Unknown input variable: use_dst_file or Input variable use_dst_file is set to nothing

- When dst_file1 is specified as input argument, is use_dst_file mandatory or is the dst_file1 distribution used automatically when specified ?

- Is it for sure that cancel_matcthingp (just the argument, it takes no value, correct ?) cancels the matching in partran mode with Tracewin_noX11 (linux version) ?

Thanks and kind regards
Jarno

Re: arguments Tracewin_noX11 on linux

Posted: Fri 14 Jun 2024 10:09
by Didier
Dear Jarno,

- The "use_dst_file" input argument does not wait for any value, this was a bug which has now been fixed.
- No dst_file1 is not enough, you also need "use_dst_file" unless it was already specified in the initial project options.
- I've tested the "cancel_matcthingp" argument and I can confirm that it does what's expected.

Regards,

Didier

Re: arguments Tracewin_noX11 on linux

Posted: Fri 14 Jun 2024 13:55
by jarnovandewalle
thanks. To be 100% clear:

Should I use:
> TraceWin_noX11 .... use_dst_file

or should I use:
> TraceWin_noX11 .... use_dst_file=True

or should I use:
> TraceWin_noX11 .... use_dst_file=1

So the question is still: does use_dst_file need to have a value and if yes, what should it be ?

- Jarno

Re: arguments Tracewin_noX11 on linux

Posted: Fri 14 Jun 2024 19:39
by Didier
DearJarno,

First one

Didier