Question to: Andrew Beckett, Svenn, or Stephan .. Please hel

Guest
Hi dear all,

I want to know simple method to capture figures from Virtuoso
Schematic editor as well as VLE, and wave scan.. And how can i deal
with the black background? Isn't they a method to whiten it?
Thanks in advance,

It may be general Linux issue, but sure you've a solution to it...

BTW, I tried for waveform window to save curves with white background,
but it couldn't be saved as i want!!!

Thank you very much, and sorry for disturbing you specially..

Kind regards,
Ahmad,
 
moustafa_ali@mentronix.org schrieb:
Hi dear all,

I want to know simple method to capture figures from Virtuoso
Schematic editor as well as VLE, and wave scan.. And how can i deal
with the black background? Isn't they a method to whiten it?
Thanks in advance,

It may be general Linux issue, but sure you've a solution to it...

BTW, I tried for waveform window to save curves with white background,
but it couldn't be saved as i want!!!

Thank you very much, and sorry for disturbing you specially..

Kind regards,
Ahmad,
Hi,
This is Sourcelink solution number 1835542 by the way:
add the following to your .Xdefaults file:
Opus.editorBackground: white

and enter at your prompt: xrdb .Xdefaults
Afterwards, it should work ...

Cheers,
Martin
 
On Jul 5, 7:51 pm, Martin Heller <martin.hel...@isit.fraunhofer.de>
wrote:
moustafa_...@mentronix.org schrieb:



Hi dear all,

I want to know simple method to capture figures from Virtuoso
Schematic editor as well as VLE, and wave scan.. And how can i deal
with the black background? Isn't they a method to whiten it?
Thanks in advance,

It may be general Linux issue, but sure you've a solution to it...

BTW, I tried for waveform window to save curves with white background,
but it couldn't be saved as i want!!!

Thank you very much, and sorry for disturbing you specially..

Kind regards,
Ahmad,

Hi,
This is Sourcelink solution number 1835542 by the way:
add the following to your .Xdefaults file:
Opus.editorBackground: white

and enter at your prompt: xrdb .Xdefaults
Afterwards, it should work ...

Cheers,
Martin
Sorry, May I ask where's the default place should .Xdefaults file
exists? Should it be in the same place as .cdsinit?
And Can xrdb .Xdefaults command be added in my .cdsinit?
I found a sample .Xdefaults file in $CDS_ROOT/dfII/
cdsuser/.Xdefaults , and i think its contents is not written in SKILL,
is that true??
I found in that file that some changes may cause losing bindings, how
to avoid that or be aware to it??
Finally, where can I read more about that file to further customize
the tools?

Kind regards,
Reotaro,
 
On Jul 5, 7:51 pm, Martin Heller <martin.hel...@isit.fraunhofer.de>
wrote:
moustafa_...@mentronix.org schrieb:



Hi dear all,

I want to know simple method to capture figures from Virtuoso
Schematic editor as well as VLE, and wave scan.. And how can i deal
with the black background? Isn't they a method to whiten it?
Thanks in advance,

It may be general Linux issue, but sure you've a solution to it...

BTW, I tried for waveform window to save curves with white background,
but it couldn't be saved as i want!!!

Thank you very much, and sorry for disturbing you specially..

Kind regards,
Ahmad,

Hi,
This is Sourcelink solution number 1835542 by the way:
add the following to your .Xdefaults file:
Opus.editorBackground: white

and enter at your prompt: xrdb .Xdefaults
Afterwards, it should work ...

Cheers,
Martin
Sorry, May I ask where's the default place should .Xdefaults file
exists? Should it be in the same place as .cdsinit?
And Can xrdb .Xdefaults command be added in my .cdsinit?
I found a sample .Xdefaults file in $CDS_ROOT/dfII/
cdsuser/.Xdefaults , and i think its contents is not written in SKILL,
is that true??
I found in that file that some changes may cause losing bindings, how
to avoid that or be aware to it??
Finally, where can I read more about that file to further customize
the tools?

Kind regards,
Reotaro,
 
Reotaro Hashemoto schrieb:
On Jul 5, 7:51 pm, Martin Heller <martin.hel...@isit.fraunhofer.de
wrote:
moustafa_...@mentronix.org schrieb:



Hi dear all,
I want to know simple method to capture figures from Virtuoso
Schematic editor as well as VLE, and wave scan.. And how can i deal
with the black background? Isn't they a method to whiten it?
Thanks in advance,
It may be general Linux issue, but sure you've a solution to it...
BTW, I tried for waveform window to save curves with white background,
but it couldn't be saved as i want!!!
Thank you very much, and sorry for disturbing you specially..
Kind regards,
Ahmad,
Hi,
This is Sourcelink solution number 1835542 by the way:
add the following to your .Xdefaults file:
Opus.editorBackground: white

and enter at your prompt: xrdb .Xdefaults
Afterwards, it should work ...

Cheers,
Martin

Sorry, May I ask where's the default place should .Xdefaults file
exists? Should it be in the same place as .cdsinit?
And Can xrdb .Xdefaults command be added in my .cdsinit?
I found a sample .Xdefaults file in $CDS_ROOT/dfII/
cdsuser/.Xdefaults , and i think its contents is not written in SKILL,
is that true??
I found in that file that some changes may cause losing bindings, how
to avoid that or be aware to it??
Finally, where can I read more about that file to further customize
the tools?

Kind regards,
Reotaro,

Hi,
the .Xdefaults should be in your normal home directory.
If you've got none, simply create one.
Yes, it's not skill as this file hosts X11 application environment
variables which will be merged into your X11 resource database with
entering the command "xrdb .Xdefaults" on your prompt.
You need to do this only once before you start icfb or layout etc.
Sourcelink should have some more info what general X11 related things
can be customized with the .Xdefaults file. For (nearly) everything
else there's always skill ...

BR,
Martin
 
In article <468e5325$1@news.fhg.de> Martin Heller <martin.heller@isit.fraunhofer.de> writes:
the .Xdefaults should be in your normal home directory.
If you've got none, simply create one.
Yes, it's not skill as this file hosts X11 application environment
variables which will be merged into your X11 resource database with
entering the command "xrdb .Xdefaults" on your prompt.
You need to do this only once before you start icfb or layout etc.
Sourcelink should have some more info what general X11 related things
can be customized with the .Xdefaults file. For (nearly) everything
else there's always skill ...
Actually, you want to use the merge option:

# xrdb -m ~/.Xdefaults

or

# xrdb -merge ~/.Xdefaults

else it will simply replace your X Resource DataBase (what "xrdb" stands for)
completely with what is in your .Xdefaults, and that could mess up some
settings you already have.

On most systems, your ~/.Xdefaults file is merged into the system and other
settings when you log into the X Windows system (or your "desktop").

-Pete Zakel
(phz@seeheader.nospam)

WHERE CAN THE MATTER BE

Oh, dear, where can the matter be
When it's converted to energy?
There is a slight loss of parity.
Johnny's so long at the fair.
 
On Jul 5, 6:51 pm, Martin Heller <martin.hel...@isit.fraunhofer.de>
wrote:
moustafa_...@mentronix.org schrieb:



Hi dear all,

I want to know simple method to capture figures from Virtuoso
Schematic editor as well as VLE, and wave scan.. And how can i deal
with the black background? Isn't they a method to whiten it?
Thanks in advance,

It may be general Linux issue, but sure you've a solution to it...

BTW, I tried for waveform window to save curves with white background,
but it couldn't be saved as i want!!!

Thank you very much, and sorry for disturbing you specially..

Kind regards,
Ahmad,

Hi,
This is Sourcelink solution number 1835542 by the way:
add the following to your .Xdefaults file:
Opus.editorBackground: white
Maybe we should have a little "me too" session here and ask how many
have used this solution and continues to use it after having looked at
it once? I'm going to turn it off right away and never use it anymore.

When switching the Opus editor background to white, you will have to
switch all the text that is white to some other color or you will not
see it. I think this workaround is bad, and do not recomend it, and
also point to the fact that it is from 1999.

It looks like the original poster just wants to use screen or window
capture programs external to dfII (like alt-printscreen in windows) to
capture stuff for documentation. I don't have a "proper" solution to
the problem. This is something that Cadence should have fixed years
ago in my opinion. Maybe it is in IC6.x

--
Svenn
 
On Mon, 09 Jul 2007 15:50:33 -0000, Svenn Are Bjerkem
<svenn.bjerkem@googlemail.com> wrote:

On Jul 5, 6:51 pm, Martin Heller <martin.hel...@isit.fraunhofer.de
wrote:
moustafa_...@mentronix.org schrieb:



Hi dear all,

I want to know simple method to capture figures from Virtuoso
Schematic editor as well as VLE, and wave scan.. And how can i deal
with the black background? Isn't they a method to whiten it?
Thanks in advance,

It may be general Linux issue, but sure you've a solution to it...

BTW, I tried for waveform window to save curves with white background,
but it couldn't be saved as i want!!!

Thank you very much, and sorry for disturbing you specially..

Kind regards,
Ahmad,

Hi,
This is Sourcelink solution number 1835542 by the way:
add the following to your .Xdefaults file:
Opus.editorBackground: white

Maybe we should have a little "me too" session here and ask how many
have used this solution and continues to use it after having looked at
it once? I'm going to turn it off right away and never use it anymore.

When switching the Opus editor background to white, you will have to
switch all the text that is white to some other color or you will not
see it. I think this workaround is bad, and do not recomend it, and
also point to the fact that it is from 1999.

It looks like the original poster just wants to use screen or window
capture programs external to dfII (like alt-printscreen in windows) to
capture stuff for documentation. I don't have a "proper" solution to
the problem. This is something that Cadence should have fixed years
ago in my opinion. Maybe it is in IC6.x
The white background stuff does work, but you can't do it without adjusting
your display.drf to make the other colours consistent - this seems reasonable to
me.

Wavescan has a means of saving an image, which is a better solution than using
a screen grab.

Coming in IC612 will be a way of directly saving an image from the schematic and
layout applications, which will make this easier. Again, it's not a screen grab,
and so there'll be control over the resolution (I've not had a chance to play
with it yet). I believe in IC611, there's a SKILL function you can call to do
something similar (but I'm on a plane right now).

Apart from that, I've written PostScript using the normal plotting interface,
and then the ps2img command (maybe pstoimg, I forget) which is certainly
there in my Linux installation. This produces a png file from the PostScript -
and I can control whether that PostScript is black and white or colour. Again,
as with paper plots, you need to ensure that the colours work well with a white
background, but generally the plotting converts white text to black.

Regards,

Andrew.
--
Andrew Beckett
Senior Solution Architect
Cadence Design Systems, UK.
 
On Thu, 05 Jul 2007 08:49:52 -0700, moustafa_ali@mentronix.org wrote:

I want to know simple method to capture figures from Virtuoso
Schematic editor as well as VLE, and wave scan.. And how can i deal
with the black background? Isn't they a method to whiten it?
Simply print the schematic or layout to PostScript or HPGL from inside of
Virtuoso.
 

Welcome to EDABoard.com

Sponsor

Back
Top