TimeSignalPointCollection

INTERNAL:A collection of time signal points for a manual time signal definition.

Usage locations (collections)

The following objects contain the TimeSignalPointCollection collection:

Property List

Count
The number of TimeSignalPoint items in the collection. (Read only number)

Method List

Add (time Expression, amplitude Expression)
Add a point to the time signal definition. Only valid if PulseType is SpecifyPoints.
Item (index number)
Returns the TimeSignalPoint at the given index. (Returns a TimeSignalPoint object.)
Modify (index number, time Expression, amplitude Expression)
Modify a point from the time signal definition. Only valid if PulseType is SpecifyPoints.
Remove (index number)
Remove a point from the time signal definition. Only valid if PulseType is SpecifyPoints.

Index List

[number]
Returns the TimeSignalPoint at the given index in the collection. (Read TimeSignalPoint)

Property Details

Count
The number of TimeSignalPoint items in the collection.
Type
number
Access
Read only

Method Details

Add (time Expression, amplitude Expression)
Add a point to the time signal definition. Only valid if PulseType is SpecifyPoints.
Input Parameters
time(Expression)
The value of the point.
amplitude(Expression)
The amplitude value of the point.
Item (index number)
Returns the TimeSignalPoint at the given index.
Input Parameters
index(number)
The index of the TimeSignalPoint.
Return
TimeSignalPoint
The TimeSignalPoint at the given index.
Modify (index number, time Expression, amplitude Expression)
Modify a point from the time signal definition. Only valid if PulseType is SpecifyPoints.
Input Parameters
index(number)
The point index.
time(Expression)
The value of the point.
amplitude(Expression)
The amplitude value of the point.
Remove (index number)
Remove a point from the time signal definition. Only valid if PulseType is SpecifyPoints.
Input Parameters
index(number)
The point index.