This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.
Software Version SPB 17.2. In the Allegro PSpice Simulator app I did the following:
Tools > Options...
Probe Settings dialog > Color Settings tab
I reconfigured the color scheme by setting the BACKGROUND color to white, setting the FOREGROUND color to dark gray, and selecting dark colors for the first five colors under TRACE COLORS.
Probe Settings dialog > OK button.
I closed and re-opened the Allegro PSpice Simulator app.
When I run a PSpice simulation, the simulation results are plotted / rendered as expected: white background, dark gray foreground elements, and the traces are drawn with the dark colors that I selected.
PROBLEM: In the Allegro PSpice Simulator app, when I select File > Print Preview or File > Print..., the trace colors shown on the print preview window revert back to the (barely perceptible) light green trace on white background.
What do I need to do to ensure the color scheme in the print preview window and printout match the color scheme I've specified, and that's currently shown, on the Allegro PSpice Simulator window?
You can configure this by editing [PROBE PRINTER COLORS] section of PSpice.ini. Currently printer color configuration is not supported through UI-customize color setting dialog in PSpice. To configure this -
Open the PSpice.ini in any text editor. This file is located under %HOME%\cdssetup\OrCAD_PSpice\17.2.0 folder.
Update the TARCE COLORs under [PROBE PRINTER COLORS] section. You may want to match this with PROBE DISPLAY COLOR. Below is the example where both color setting are aligned
[PROBE DISPLAY COLORS]NUMTRACECOLORS=14BACKGROUND=BRIGHTWHITEFOREGROUND=DIMGRAYTRACE_1=BLACKTRACE_2=BRIGHTBLUETRACE_3=BROWNTRACE_4=BRIGHTGREENTRACE_5=BRIGHTREDTRACE_6=BRIGHTYELLOWTRACE_7=BRIGHTMAGENTATRACE_8=BRIGHTCYANTRACE_9=MUSTARDTRACE_10=PINKTRACE_11=LIGHTGREENTRACE_12=DARKPINKTRACE_13=LIGHTBLUETRACE_14=PURPLE
[PROBE PRINTER COLORS]NUMTRACECOLORS=12BACKGROUND=BRIGHTWHITEFOREGROUND=BLACKTRACE_1=BLACKTRACE_2=BRIGHTBLUETRACE_3=BROWNTRACE_4=BRIGHTGREENTRACE_5=BRIGHTREDTRACE_6=BRIGHTYELLOWTRACE_7=BRIGHTMAGENTATRACE_8=BRIGHTCYANTRACE_9=MUSTARDTRACE_10=PINKTRACE_11=LIGHTGREENTRACE_12=DARKPINKTRACE_13=LIGHTBLUETRACE_14=PURPLE
This should work. I would also suggest visiting http://PSpice.com and using user forum there. This is dedicated portal for PSpice.