ShieldFrequencyValuesCollection

INTERNAL: A collection of frequency dependent properties.

Property List

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

Method List

Add (frequency Expression, ztMag Expression, ztPhase Expression, ytMag Expression, ytPhase Expression)
Add a frequency property specification to the shield.
Item (index number)
Returns the ShieldFrequencyValues at the given index. (Returns a ShieldFrequencyValues object.)
Modify (index number, frequency Expression, ztMag Expression, ztPhase Expression, ytMag Expression, ytPhase Expression)
Modify a frequency property specification.
Remove (index number)
Removes a frequency property specification.

Index List

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

Property Details

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

Method Details

Add (frequency Expression, ztMag Expression, ztPhase Expression, ytMag Expression, ytPhase Expression)
Add a frequency property specification to the shield.
Input Parameters
frequency(Expression)
The frequency.
ztMag(Expression)
Zt magnitude.
ztPhase(Expression)
Zt phase.
ytMag(Expression)
Yt magnitude.
ytPhase(Expression)
Yt phase.
Item (index number)
Returns the ShieldFrequencyValues at the given index.
Input Parameters
index(number)
The index of the ShieldFrequencyValues.
Return
ShieldFrequencyValues
The ShieldFrequencyValues at the given index.
Modify (index number, frequency Expression, ztMag Expression, ztPhase Expression, ytMag Expression, ytPhase Expression)
Modify a frequency property specification.
Input Parameters
index(number)
The index.
frequency(Expression)
The frequency.
ztMag(Expression)
Zt magnitude.
ztPhase(Expression)
Zt phase.
ytMag(Expression)
Yt magnitude.
ytPhase(Expression)
Yt phase.
Remove (index number)
Removes a frequency property specification.
Input Parameters
index(number)
The index.