General Discussion

Step Response of WB Cable

Submitted by Shankar Ramharack on Sat, 02/12/2022 - 16:54

Good day

I am attempting to simulate the response of a wideband cable that is faulted at the receiving end. However, whenever I inject a step pulse into the cable, I do not see any current reflections at the fault switch. I have double-checked the continuity, fault switching times, and signal properties.

The injected pulse is a 50V step wave with a 10ms on time. The fault is an SLG at 0s until infinity. The fault occurs on the C phase while a and b on the cable are grounded so are the sheaths.

Cannot connect signals by name due to visibility issues.

Submitted by Harisunn on Thu, 01/20/2022 - 07:12

Hi there,

I am attempting to connect signals by name in my network but am getting this error/warning:

Error message

I am aware that connecting signals by name is normally not recommended, but it is the best way for me to do it as I'm using a script to run 1000+ simulations.
 

error in PAMSUITE

Submitted by arman087 on Tue, 11/09/2021 - 20:15

Hello, 

 

I have installed MCR 2017b, but when I try to change the CONFIGURATION in the main menu of PAMSUITE, it gives me this error: "No EMTP installation was found. Aborting." I have installed EMTP correctly, and it is working without any problem. 

Could you please tell me how to solve this problem?

 

Thanks

Arman 

To fetch devices inside a sub-circuit

Submitted by cepe@ku.edu.np on Fri, 10/08/2021 - 11:03

Can anyone tell me how to fetch devices inside a sub-circuit based on java scripting?

Currently I am only able to fetch from currentCircuit() like below,

var cct = currentCircuit();
dev1 = cct.devices('Name','PhaseB_Arrester');
dev2 = cct.devices('Name','PhaseA_Arrester');
dev3 = cct.devices('Name','PhaseC_Arrester');

what if I had to fetch 'PhaseB_Arrester', 'PhaseA_Arrester' , and 'PhaseC_Arrester' from a sub-circuit named lets say ' substation'?

Problem to reproduce simulinkDLL examples

Submitted by beikbabaei on Sat, 08/14/2021 - 07:03

Problem to reproduce simulinkDLL examples
Hi,
When I try to build Simulink DLL, I get the following error.
CRL: "None" cannot be found in the registry.
It is because that the interface is set to "None," and when I choose C++ ISO, it works and generates two folders but gives the following warning.
EMTPInterface.cpp
EMTPInterface.cpp(37) : warning C4018: '<' : signed/unsigned mismatch
EMTPInterface.cpp(39) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data

X