Inductor
The object that describes how to configure a inductor simulation primitive.
Example
flux.simulationModel = {  type: "inductor",  inductance: 2.2,  map_input_to_terminal_uid: "element uid",  map_output_to_terminal_uid: "element uid",}Fields
| Name | Type | Description | 
|---|---|---|
type | Readonly<string> | The type of this object, represented by the string literal "inductor". | 
inductance | number | (H) The electromotive force that is generated when current through the inductor changes at a rate of 1A/second. | 
map_input_to_terminal_uid | Readonly<string> | The terminal ID corresponding to the inductor's input. | 
map_output_to_terminal_uid | Readonly<string> | The terminal ID corresponding to the inductor's output. | 
Was this page helpful?