EIS: CAPI.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=:), | public, | allocatable, target | :: | errmsg_c |
Compute the complex impedance for the given element.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=c_double), | intent(in) | :: | p(k) |
Parameters. |
||
real(kind=c_double), | intent(in) | :: | w(n) |
Angular frequencies in rad.s-1 |
||
complex(kind=c_double_complex), | intent(out) | :: | zout(n) |
Complex impedance in Ohms. |
||
character(kind=c_char, len=1), | intent(in), | value | :: | e |
Electrochemical element: R, C, L, Q, O, T, G |
|
integer(kind=c_size_t), | intent(in), | value | :: | k |
Size of p |
|
integer(kind=c_size_t), | intent(in), | value | :: | n |
Size of w |
|
integer(kind=c_int), | intent(out) | :: | errstat |
Error status |
||
type(c_ptr), | intent(out) | :: | errmsg |
errmsg Error message |