PSPICE - must be 'I' or 'V' errorPspice error: voltage source and/or inductor loopI am getting in pspicePSpice Error subcircuit internal node floatingPspice simulation ERROR“persistent” error in pspice simulationORCAD 16.6 ERRORError during pspice simulation (library stmlib)2nd order high pass filter PSPICE errorERROR OrCap Can not initialize PSPICE UIGate Capacitance in PSPice
Convert an array of objects to array of the objects' values
Why are special aircraft used for the carriers in the United States Navy?
Can a space-faring robot still function over a billion years?
Is there a math equivalent to the conditional ternary operator?
How to make sure I'm assertive enough in contact with subordinates?
What does "rhumatis" mean?
Naming Characters after Friends/Family
What is better: yes / no radio, or simple checkbox?
What is a term for a function that when called repeatedly, has the same effect as calling once?
The Key to the Door
Did Amazon pay $0 in taxes last year?
What is the purpose of a disclaimer like "this is not legal advice"?
Gemara word for QED
Is this nominative case or accusative case?
Are Wave equations equivalent to Maxwell equations in free space?
3.5% Interest Student Loan or use all of my savings on Tuition?
Where is the fallacy here?
Do natural melee weapons (from racial traits) trigger Improved Divine Smite?
Giving a talk in my old university, how prominently should I tell students my salary?
When to use the term transposed instead of modulation?
Are small insurances worth it
PTIJ: Aliyot for the deceased
The past tense for the quoting particle って
Short story about an infectious indestructible metal bar?
PSPICE - must be 'I' or 'V' error
Pspice error: voltage source and/or inductor loopI am getting in pspicePSpice Error subcircuit internal node floatingPspice simulation ERROR“persistent” error in pspice simulationORCAD 16.6 ERRORError during pspice simulation (library stmlib)2nd order high pass filter PSPICE errorERROR OrCap Can not initialize PSPICE UIGate Capacitance in PSPice
$begingroup$
I'm trying to make a super simple circuit simulation for a class, and I keep getting the same error:
ERROR -- Must be 'I' or 'V'
Here's the whole log:
**** 03/07/19 15:47:25 *********** Evaluation PSpice (Nov 1999) **************
* C:UsersadminDesktopFELab1Schematic1.sch
**** CIRCUIT DESCRIPTION
******************************************************************************
* Schematics Version 9.1 - Web Update 1
* Thu Mar 07 15:44:12 2019
** Analysis setup **
.DC LIN V_V1 0 0,75 10m
--------------------$
ERROR -- Must be 'I' or 'V'
.STEP TEMP LIST
+ 20 35
* From [PSPICE NETLIST] section of pspiceev.ini:
.lib "nom.lib"
.INC "Schematic1.net"
**** INCLUDING Schematic1.net ****
* Schematics Netlist *
D_D2 a 0 D1N4002
V_V1 a 0 0V
**** RESUMING Schematic1.cir ****
.INC "Schematic1.als"
**** INCLUDING Schematic1.als ****
* Schematics Aliases *
.ALIASES
D_D2 D2(1=a 2=0 )
V_V1 V1(+=a -=0 )
_ _(a=a)
.ENDALIASES
**** RESUMING Schematic1.cir ****
.probe
.END
Here's an image of the circuit:
The sim I'm currently running is a DC voltage sweep, from 0 to 0.75, on two temperatures, 20 and 35 degrees.
Any help is appreciated
Thank you all in advance!
error pspice
New contributor
$endgroup$
add a comment |
$begingroup$
I'm trying to make a super simple circuit simulation for a class, and I keep getting the same error:
ERROR -- Must be 'I' or 'V'
Here's the whole log:
**** 03/07/19 15:47:25 *********** Evaluation PSpice (Nov 1999) **************
* C:UsersadminDesktopFELab1Schematic1.sch
**** CIRCUIT DESCRIPTION
******************************************************************************
* Schematics Version 9.1 - Web Update 1
* Thu Mar 07 15:44:12 2019
** Analysis setup **
.DC LIN V_V1 0 0,75 10m
--------------------$
ERROR -- Must be 'I' or 'V'
.STEP TEMP LIST
+ 20 35
* From [PSPICE NETLIST] section of pspiceev.ini:
.lib "nom.lib"
.INC "Schematic1.net"
**** INCLUDING Schematic1.net ****
* Schematics Netlist *
D_D2 a 0 D1N4002
V_V1 a 0 0V
**** RESUMING Schematic1.cir ****
.INC "Schematic1.als"
**** INCLUDING Schematic1.als ****
* Schematics Aliases *
.ALIASES
D_D2 D2(1=a 2=0 )
V_V1 V1(+=a -=0 )
_ _(a=a)
.ENDALIASES
**** RESUMING Schematic1.cir ****
.probe
.END
Here's an image of the circuit:
The sim I'm currently running is a DC voltage sweep, from 0 to 0.75, on two temperatures, 20 and 35 degrees.
Any help is appreciated
Thank you all in advance!
error pspice
New contributor
$endgroup$
add a comment |
$begingroup$
I'm trying to make a super simple circuit simulation for a class, and I keep getting the same error:
ERROR -- Must be 'I' or 'V'
Here's the whole log:
**** 03/07/19 15:47:25 *********** Evaluation PSpice (Nov 1999) **************
* C:UsersadminDesktopFELab1Schematic1.sch
**** CIRCUIT DESCRIPTION
******************************************************************************
* Schematics Version 9.1 - Web Update 1
* Thu Mar 07 15:44:12 2019
** Analysis setup **
.DC LIN V_V1 0 0,75 10m
--------------------$
ERROR -- Must be 'I' or 'V'
.STEP TEMP LIST
+ 20 35
* From [PSPICE NETLIST] section of pspiceev.ini:
.lib "nom.lib"
.INC "Schematic1.net"
**** INCLUDING Schematic1.net ****
* Schematics Netlist *
D_D2 a 0 D1N4002
V_V1 a 0 0V
**** RESUMING Schematic1.cir ****
.INC "Schematic1.als"
**** INCLUDING Schematic1.als ****
* Schematics Aliases *
.ALIASES
D_D2 D2(1=a 2=0 )
V_V1 V1(+=a -=0 )
_ _(a=a)
.ENDALIASES
**** RESUMING Schematic1.cir ****
.probe
.END
Here's an image of the circuit:
The sim I'm currently running is a DC voltage sweep, from 0 to 0.75, on two temperatures, 20 and 35 degrees.
Any help is appreciated
Thank you all in advance!
error pspice
New contributor
$endgroup$
I'm trying to make a super simple circuit simulation for a class, and I keep getting the same error:
ERROR -- Must be 'I' or 'V'
Here's the whole log:
**** 03/07/19 15:47:25 *********** Evaluation PSpice (Nov 1999) **************
* C:UsersadminDesktopFELab1Schematic1.sch
**** CIRCUIT DESCRIPTION
******************************************************************************
* Schematics Version 9.1 - Web Update 1
* Thu Mar 07 15:44:12 2019
** Analysis setup **
.DC LIN V_V1 0 0,75 10m
--------------------$
ERROR -- Must be 'I' or 'V'
.STEP TEMP LIST
+ 20 35
* From [PSPICE NETLIST] section of pspiceev.ini:
.lib "nom.lib"
.INC "Schematic1.net"
**** INCLUDING Schematic1.net ****
* Schematics Netlist *
D_D2 a 0 D1N4002
V_V1 a 0 0V
**** RESUMING Schematic1.cir ****
.INC "Schematic1.als"
**** INCLUDING Schematic1.als ****
* Schematics Aliases *
.ALIASES
D_D2 D2(1=a 2=0 )
V_V1 V1(+=a -=0 )
_ _(a=a)
.ENDALIASES
**** RESUMING Schematic1.cir ****
.probe
.END
Here's an image of the circuit:
The sim I'm currently running is a DC voltage sweep, from 0 to 0.75, on two temperatures, 20 and 35 degrees.
Any help is appreciated
Thank you all in advance!
error pspice
error pspice
New contributor
New contributor
New contributor
asked 13 hours ago
Alexandre RodriguesAlexandre Rodrigues
141
141
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Don't use a comma as a decimal separator (e.g. 0,75). SPICE was born in the US and typically expects you to use a period instead.
$endgroup$
2
$begingroup$
+1 mainly because having 7499 rep bothered me but this is the correct answer as well. Interesting how the OP put a period in the second to last sentence but not in their script. Probably either missed the comma button or the period button while typing.
$endgroup$
– KingDuken
13 hours ago
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["\$", "\$"]]);
);
);
, "mathjax-editing");
StackExchange.ifUsing("editor", function ()
return StackExchange.using("schematics", function ()
StackExchange.schematics.init();
);
, "cicuitlab");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "135"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Alexandre Rodrigues is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2felectronics.stackexchange.com%2fquestions%2f426098%2fpspice-must-be-i-or-v-error%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Don't use a comma as a decimal separator (e.g. 0,75). SPICE was born in the US and typically expects you to use a period instead.
$endgroup$
2
$begingroup$
+1 mainly because having 7499 rep bothered me but this is the correct answer as well. Interesting how the OP put a period in the second to last sentence but not in their script. Probably either missed the comma button or the period button while typing.
$endgroup$
– KingDuken
13 hours ago
add a comment |
$begingroup$
Don't use a comma as a decimal separator (e.g. 0,75). SPICE was born in the US and typically expects you to use a period instead.
$endgroup$
2
$begingroup$
+1 mainly because having 7499 rep bothered me but this is the correct answer as well. Interesting how the OP put a period in the second to last sentence but not in their script. Probably either missed the comma button or the period button while typing.
$endgroup$
– KingDuken
13 hours ago
add a comment |
$begingroup$
Don't use a comma as a decimal separator (e.g. 0,75). SPICE was born in the US and typically expects you to use a period instead.
$endgroup$
Don't use a comma as a decimal separator (e.g. 0,75). SPICE was born in the US and typically expects you to use a period instead.
answered 13 hours ago
Elliot AldersonElliot Alderson
7,58811022
7,58811022
2
$begingroup$
+1 mainly because having 7499 rep bothered me but this is the correct answer as well. Interesting how the OP put a period in the second to last sentence but not in their script. Probably either missed the comma button or the period button while typing.
$endgroup$
– KingDuken
13 hours ago
add a comment |
2
$begingroup$
+1 mainly because having 7499 rep bothered me but this is the correct answer as well. Interesting how the OP put a period in the second to last sentence but not in their script. Probably either missed the comma button or the period button while typing.
$endgroup$
– KingDuken
13 hours ago
2
2
$begingroup$
+1 mainly because having 7499 rep bothered me but this is the correct answer as well. Interesting how the OP put a period in the second to last sentence but not in their script. Probably either missed the comma button or the period button while typing.
$endgroup$
– KingDuken
13 hours ago
$begingroup$
+1 mainly because having 7499 rep bothered me but this is the correct answer as well. Interesting how the OP put a period in the second to last sentence but not in their script. Probably either missed the comma button or the period button while typing.
$endgroup$
– KingDuken
13 hours ago
add a comment |
Alexandre Rodrigues is a new contributor. Be nice, and check out our Code of Conduct.
Alexandre Rodrigues is a new contributor. Be nice, and check out our Code of Conduct.
Alexandre Rodrigues is a new contributor. Be nice, and check out our Code of Conduct.
Alexandre Rodrigues is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Electrical Engineering Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2felectronics.stackexchange.com%2fquestions%2f426098%2fpspice-must-be-i-or-v-error%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown