Coil
Type of the coil
SubTypes
Fields Summary
- Field
 - Description
 - coilDuplicationBySymmetriesPeriodicities
 - color
 - Coil color
 - Duplication
 - Duplication par les symétries et les périodicités
 - equivalentResistance
 - <HTML>Equivalent resistance (Ω)</HTML>
 - fillFactor
 - <HTML>Fill factor (0 ‹ Sf ‹ 1)</HTML>
 - mass
 - Mass of the coil (Kg)
 - mechanicalSet
 - Mechanical set holding the coil
 - name
 - Name of coil
 - resistivity
 - <HTML>Resistivity (Ω.m)</HTML>
 - seriesOrParallel
 - strandedCoil
 - Electric component (stranded coil) associated with the coil
 - subSystem
 - Coil sub-system
 - turnNumber
 - Number of turns of the coil
 - visibility
 - Coil visibility
 - volume
 - <HTML>Volume of the coil (m<sup>3</sup>)</HTML>
 - volumicMass
 - <HTML>Mass density (Kg/m<sup>3</sup>)</HTML>
 
Methods Summary
- Method
 - Description
 - clone
 - Clone the Coil with a new name
 - setInvisible
 - Set invisible selected coils
 - setVisible
 - Set visible selected coils
 
Fields Details
- coilDuplicationBySymmetriesPeriodicities
 - coilDuplicationBySymmetriesPeriodicities : Duplication - [1..1] CoilDuplicationBySymmetriesPeriodicities
 - color
 - color : Coil color - [0..1] Color
 - Duplication
 - Duplication : Duplication par les symétries et les périodicités - [1..N] String
 - equivalentResistance
 - equivalentResistance : <HTML>Equivalent resistance (Ω)</HTML> - [1..1] Double
 - fillFactor
 - fillFactor : <HTML>Fill factor (0 ‹ Sf ‹ 1)</HTML> - [0..1] Evol Physic Formula <String>
 - mass
 - mass : Mass of the coil (Kg) - [1..1] Double
 - mechanicalSet
 - mechanicalSet : Mechanical set holding the coil - [0..1] MechanicalSet
 - name
 - name : Name of coil - [1..1] String
 - resistivity
 - resistivity : <HTML>Resistivity (Ω.m)</HTML> - [0..1] Evol Physic Formula <String>
 - seriesOrParallel
 - seriesOrParallel : Series or parallel - [1..1] SeriesParallel
 - strandedCoil
 - strandedCoil : Electric component (stranded coil) associated with the coil - [1..1] CoilConductor
 - subSystem
 - subSystem : Coil sub-system - [1..1] SubSystem
 - turnNumber
 - turnNumber : Number of turns of the coil - [1..1] Evol Physic Formula <String>
 - visibility
 - visibility : Coil visibility - [0..1] Visibility
 - volume
 - volume : <HTML>Volume of the coil (m<sup>3</sup>)</HTML> - [1..1] Double
 - volumicMass
 - volumicMass : <HTML>Mass density (Kg/m<sup>3</sup>)</HTML> - [0..1] Evol Physic Formula <String>
 
Method Details
- clone
 - 
                  
- 
                        
Syntax
result = clone(name)
 - 
                        
Parameters
- name : New Coil name - [1..1] String
 
 - 
                        
Returns
- clone Enumeration : Cloned Coil instance - [1..1] Coil
 
 
 - 
                        
 - setInvisible
 - 
                  
- 
                        
Syntax
setInvisible()
 - 
                        
Parameters
No parameter
 - 
                        
Returns
No return value
 
 - 
                        
 - setVisible
 - 
                  
- 
                        
Syntax
setVisible()
 - 
                        
Parameters
No parameter
 - 
                        
Returns
No return value
 
 -