TCC_Curve#

( General )

EPRI’s OpenDSS Documentation for this component: https://opendss.epri.com/TCC_Curve.html

#

Name

Type

Default

Units

Description

1

NPts

integer

Number of points to expect in time-current arrays.

2

C_Array

array of reals

Array of current (or voltage) values corresponding to time values (see help on T_Array).

3

T_Array

array of reals

Array of time values in sec. Typical array syntax:
t_array = (1, 2, 3, 4, …)

Can also substitute a file designation:
t_array = (file=filename)

The specified file has one value per line.

4

Like

string
(TCC_Curve name)
deprecated

Make like another object, e.g.:

New Capacitor.C2 like=c1 …