Electrical Inductors Entities
1-Phase Induction Voltage Regulator
- Preview
- Usage
- Definition
import { Component1PhaseInductionVoltageRegulator } from '@dinghy/diagrams/entitiesElectricalInductors'
<Component1PhaseInductionVoltageRegulator/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COMPONENT_1_PHASE_INDUCTION_VOLTAGE_REGULATOR } from '@dinghy/diagrams/entitiesElectricalInductors'
<Shape
{...props}
_style={extendStyle(props, COMPONENT_1_PHASE_INDUCTION_VOLTAGE_REGULATOR)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.inductors.1_phase_induction_volt_reg;',
},
_original_width: 100,
_original_height: 100,
}
Adjustable Transformer
- Preview
- Usage
- Definition
import { AdjustableTransformer } from '@dinghy/diagrams/entitiesElectricalInductors'
<AdjustableTransformer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ADJUSTABLE_TRANSFORMER } from '@dinghy/diagrams/entitiesElectricalInductors'
<Shape
{...props}
_style={extendStyle(props, ADJUSTABLE_TRANSFORMER)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.inductors.adjustable_transformer;',
},
_original_width: 46,
_original_height: 60,
}
Choke
- Preview
- Usage
- Definition
import { Choke } from '@dinghy/diagrams/entitiesElectricalInductors'
<Choke/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CHOKE } from '@dinghy/diagrams/entitiesElectricalInductors'
<Shape
{...props}
_style={extendStyle(props, CHOKE)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.inductors.choke;',
},
_width: 100,
_height: 200,
}
Coaxial Choke
- Preview
- Usage
- Definition

import { CoaxialChoke } from '@dinghy/diagrams/entitiesElectricalInductors'
<CoaxialChoke/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COAXIAL_CHOKE } from '@dinghy/diagrams/entitiesElectricalInductors'
<Shape
{...props}
_style={extendStyle(props, COAXIAL_CHOKE)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.inductors.coaxial_choke;',
},
_width: 300,
_height: 50,
}
Current Transformer
- Preview
- Usage
- Definition
import { CurrentTransformer } from '@dinghy/diagrams/entitiesElectricalInductors'
<CurrentTransformer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CURRENT_TRANSFORMER } from '@dinghy/diagrams/entitiesElectricalInductors'
<Shape
{...props}
_style={extendStyle(props, CURRENT_TRANSFORMER)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.inductors.current_transformer_1;',
},
_width: 12,
_height: 75,
}
Current Transformer 2
- Preview
- Usage
- Definition

import { CurrentTransformer2 } from '@dinghy/diagrams/entitiesElectricalInductors'
<CurrentTransformer2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CURRENT_TRANSFORMER_2 } from '@dinghy/diagrams/entitiesElectricalInductors'
<Shape
{...props}
_style={extendStyle(props, CURRENT_TRANSFORMER_2)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.inductors.current_transformer_2;',
},
_width: 125,
_height: 175,
}
Current Transformer 3
- Preview
- Usage
- Definition
import { CurrentTransformer3 } from '@dinghy/diagrams/entitiesElectricalInductors'
<CurrentTransformer3/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CURRENT_TRANSFORMER_3 } from '@dinghy/diagrams/entitiesElectricalInductors'
<Shape
{...props}
_style={extendStyle(props, CURRENT_TRANSFORMER_3)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.inductors.current_transformer_3;',
},
_width: 75,
_height: 10,
}
Ferrite Core
- Preview
- Usage
- Definition
import { FerriteCore } from '@dinghy/diagrams/entitiesElectricalInductors'
<FerriteCore/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FERRITE_CORE } from '@dinghy/diagrams/entitiesElectricalInductors'
<Shape
{...props}
_style={extendStyle(props, FERRITE_CORE)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.inductors.ferrite_core;',
},
_width: 64,
_height: 4,
}
Half Inductor
- Preview
- Usage
- Definition
import { HalfInductor } from '@dinghy/diagrams/entitiesElectricalInductors'
<HalfInductor/>
// or
import { extendStyle } from "@dinghy/base-components";
import { HALF_INDUCTOR } from '@dinghy/diagrams/entitiesElectricalInductors'
<Shape
{...props}
_style={extendStyle(props, HALF_INDUCTOR)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.inductors.half_inductor;',
},
_width: 32,
_height: 23,
}
Induction Voltage Regulator
- Preview
- Usage
- Definition

import { InductionVoltageRegulator } from '@dinghy/diagrams/entitiesElectricalInductors'
<InductionVoltageRegulator/>
// or
import { extendStyle } from "@dinghy/base-components";
import { INDUCTION_VOLTAGE_REGULATOR } from '@dinghy/diagrams/entitiesElectricalInductors'
<Shape
{...props}
_style={extendStyle(props, INDUCTION_VOLTAGE_REGULATOR)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.inductors.induction_voltage_regulator;',
},
_width: 160,
_height: 210,
}
Inductor
- Preview
- Usage
- Definition
import { Inductor } from '@dinghy/diagrams/entitiesElectricalInductors'
<Inductor/>
// or
import { extendStyle } from "@dinghy/base-components";
import { INDUCTOR } from '@dinghy/diagrams/entitiesElectricalInductors'
<Shape
{...props}
_style={extendStyle(props, INDUCTOR)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.inductors.inductor;',
},
_width: 100,
_height: 42,
}
Inductor (Air Core)
- Preview
- Usage
- Definition
import { InductorAirCore } from '@dinghy/diagrams/entitiesElectricalInductors'
<InductorAirCore/>
// or
import { extendStyle } from "@dinghy/base-components";
import { INDUCTOR_AIR_CORE } from '@dinghy/diagrams/entitiesElectricalInductors'
<Shape
{...props}
_style={extendStyle(props, INDUCTOR_AIR_CORE)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.inductors.inductor_3;',
},
_width: 100,
_height: 8,
}
Inductor (Air Core) 2
- Preview
- Usage
- Definition
import { InductorAirCore2 } from '@dinghy/diagrams/entitiesElectricalInductors'
<InductorAirCore2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { INDUCTOR_AIR_CORE_2 } from '@dinghy/diagrams/entitiesElectricalInductors'
<Shape
{...props}
_style={extendStyle(props, INDUCTOR_AIR_CORE_2)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.inductors.inductor_5;',
},
_width: 100,
_height: 14,
}
Inductor (Air Core) 3
- Preview
- Usage
- Definition
import { InductorAirCore3 } from '@dinghy/diagrams/entitiesElectricalInductors'
<InductorAirCore3/>
// or
import { extendStyle } from "@dinghy/base-components";
import { INDUCTOR_AIR_CORE_3 } from '@dinghy/diagrams/entitiesElectricalInductors'
<Shape
{...props}
_style={extendStyle(props, INDUCTOR_AIR_CORE_3)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.inductors.inductor_1;',
},
_width: 100,
_height: 15,
}
Iron Core
- Preview
- Usage
- Definition
import { IronCore } from '@dinghy/diagrams/entitiesElectricalInductors'
<IronCore/>
// or
import { extendStyle } from "@dinghy/base-components";
import { IRON_CORE } from '@dinghy/diagrams/entitiesElectricalInductors'
<Shape
{...props}
_style={extendStyle(props, IRON_CORE)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.inductors.iron_core;',
},
_width: 64,
_height: 4,
}
Linear Coupler
- Preview
- Usage
- Definition
import { LinearCoupler } from '@dinghy/diagrams/entitiesElectricalInductors'
<LinearCoupler/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LINEAR_COUPLER } from '@dinghy/diagrams/entitiesElectricalInductors'
<Shape
{...props}
_style={extendStyle(props, LINEAR_COUPLER)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.inductors.linear_coupler;',
},
_width: 80,
_height: 20,
}
Magnetic Core
- Preview
- Usage
- Definition
import { MagneticCore } from '@dinghy/diagrams/entitiesElectricalInductors'
<MagneticCore/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MAGNETIC_CORE } from '@dinghy/diagrams/entitiesElectricalInductors'
<Shape
{...props}
_style={extendStyle(props, MAGNETIC_CORE)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.inductors.magnetic_core;direction=north;',
},
_width: 64,
_height: 3,
}
Outdoor Metering Device
- Preview
- Usage
- Definition
import { OutdoorMeteringDevice } from '@dinghy/diagrams/entitiesElectricalInductors'
<OutdoorMeteringDevice/>
// or
import { extendStyle } from "@dinghy/base-components";
import { OUTDOOR_METERING_DEVICE } from '@dinghy/diagrams/entitiesElectricalInductors'
<Shape
{...props}
_style={extendStyle(props, OUTDOOR_METERING_DEVICE)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.inductors.outdoor_metering_device;',
},
_original_width: 100,
_original_height: 100,
}
Pot. Trans. 3 Windings
- Preview
- Usage
- Definition
import { PotTrans3Windings } from '@dinghy/diagrams/entitiesElectricalInductors'
<PotTrans3Windings/>
// or
import { extendStyle } from "@dinghy/base-components";
import { POT_TRANS_3_WINDINGS } from '@dinghy/diagrams/entitiesElectricalInductors'
<Shape
{...props}
_style={extendStyle(props, POT_TRANS_3_WINDINGS)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.inductors.pot_trans_3_windings;',
},
_width: 67,
_height: 96,
}
Potential Transformer
- Preview
- Usage
- Definition
import { PotentialTransformer } from '@dinghy/diagrams/entitiesElectricalInductors'
<PotentialTransformer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { POTENTIAL_TRANSFORMER } from '@dinghy/diagrams/entitiesElectricalInductors'
<Shape
{...props}
_style={extendStyle(props, POTENTIAL_TRANSFORMER)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.inductors.potential_transformer_2;',
},
_width: 92,
_height: 40,
}
Potential Transformer 2
- Preview
- Usage
- Definition
import { PotentialTransformer2 } from '@dinghy/diagrams/entitiesElectricalInductors'
<PotentialTransformer2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { POTENTIAL_TRANSFORMER_2 } from '@dinghy/diagrams/entitiesElectricalInductors'
<Shape
{...props}
_style={extendStyle(props, POTENTIAL_TRANSFORMER_2)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.inductors.potential_transformer;',
},
_width: 100,
_height: 50,
}
Saturating Transformer
- Preview
- Usage
- Definition

import { SaturatingTransformer } from '@dinghy/diagrams/entitiesElectricalInductors'
<SaturatingTransformer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SATURATING_TRANSFORMER } from '@dinghy/diagrams/entitiesElectricalInductors'
<Shape
{...props}
_style={extendStyle(props, SATURATING_TRANSFORMER)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.inductors.saturating_transformer;',
},
_width: 200,
_height: 150,
}
Transductor
- Preview
- Usage
- Definition
import { Transductor } from '@dinghy/diagrams/entitiesElectricalInductors'
<Transductor/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TRANSDUCTOR } from '@dinghy/diagrams/entitiesElectricalInductors'
<Shape
{...props}
_style={extendStyle(props, TRANSDUCTOR)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.inductors.transductor;',
},
_width: 200,
_height: 100,
}
Transformer
- Preview
- Usage
- Definition
import { Transformer } from '@dinghy/diagrams/entitiesElectricalInductors'
<Transformer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TRANSFORMER } from '@dinghy/diagrams/entitiesElectricalInductors'
<Shape
{...props}
_style={extendStyle(props, TRANSFORMER)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.inductors.transformer;direction=north;',
},
_original_width: 64,
_original_height: 64,
}
Transformer (Iron Core)
- Preview
- Usage
- Definition
import { TransformerIronCore } from '@dinghy/diagrams/entitiesElectricalInductors'
<TransformerIronCore/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TRANSFORMER_IRON_CORE } from '@dinghy/diagrams/entitiesElectricalInductors'
<Shape
{...props}
_style={extendStyle(props, TRANSFORMER_IRON_CORE)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.inductors.transformer_1;',
},
_original_width: 64,
_original_height: 60,
}
Transformer (Iron Core) 2
- Preview
- Usage
- Definition
import { TransformerIronCore2 } from '@dinghy/diagrams/entitiesElectricalInductors'
<TransformerIronCore2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TRANSFORMER_IRON_CORE_2 } from '@dinghy/diagrams/entitiesElectricalInductors'
<Shape
{...props}
_style={extendStyle(props, TRANSFORMER_IRON_CORE_2)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.inductors.transformer_2;',
},
_original_width: 64,
_original_height: 60,
}
Transformer 2
- Preview
- Usage
- Definition
import { Transformer2 } from '@dinghy/diagrams/entitiesElectricalInductors'
<Transformer2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TRANSFORMER_2 } from '@dinghy/diagrams/entitiesElectricalInductors'
<Shape
{...props}
_style={extendStyle(props, TRANSFORMER_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;strokeWidth=1;shape=mxgraph.electrical.signal_sources.current_source;',
},
_width: 40,
_height: 60,
}
Triplex Induction Voltage Regulator
- Preview
- Usage
- Definition
import { TriplexInductionVoltageRegulator } from '@dinghy/diagrams/entitiesElectricalInductors'
<TriplexInductionVoltageRegulator/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TRIPLEX_INDUCTION_VOLTAGE_REGULATOR } from '@dinghy/diagrams/entitiesElectricalInductors'
<Shape
{...props}
_style={extendStyle(props, TRIPLEX_INDUCTION_VOLTAGE_REGULATOR)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.inductors.triplex_induction_volt_reg;',
},
_original_width: 100,
_original_height: 100,
}
Variable
- Preview
- Usage
- Definition
import { Variable } from '@dinghy/diagrams/entitiesElectricalInductors'
<Variable/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VARIABLE } from '@dinghy/diagrams/entitiesElectricalInductors'
<Shape
{...props}
_style={extendStyle(props, VARIABLE)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.inductors.variable_inductor;',
},
_width: 100,
_height: 60,
}
Variometer
- Preview
- Usage
- Definition

import { Variometer } from '@dinghy/diagrams/entitiesElectricalInductors'
<Variometer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VARIOMETER } from '@dinghy/diagrams/entitiesElectricalInductors'
<Shape
{...props}
_style={extendStyle(props, VARIOMETER)}
/>
{
_style: {
entity: 'verticalLabelPosition=top;shadow=0;dashed=0;align=center;fillColor=strokeColor;html=1;verticalAlign=bottom;strokeWidth=1;shape=mxgraph.electrical.inductors.variometer;',
},
_width: 150,
_height: 88,
}