Electrical Diodes Entities
Breakdown
- Preview
- Usage
- Definition
import { Breakdown } from '@dinghy/diagrams/entitiesElectricalDiodes'
<Breakdown/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BREAKDOWN } from '@dinghy/diagrams/entitiesElectricalDiodes'
<Shape
{...props}
_style={extendStyle(props, BREAKDOWN)}
/>
{
_style: {
entity: 'pointerEvents=1;fillColor=strokeColor;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.diodes.zener_diode_2;',
},
_width: 100,
_height: 60,
}
Field Effect Diode
- Preview
- Usage
- Definition
import { FieldEffectDiode } from '@dinghy/diagrams/entitiesElectricalDiodes'
<FieldEffectDiode/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FIELD_EFFECT_DIODE } from '@dinghy/diagrams/entitiesElectricalDiodes'
<Shape
{...props}
_style={extendStyle(props, FIELD_EFFECT_DIODE)}
/>
{
_style: {
entity: 'pointerEvents=1;fillColor=strokeColor;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.diodes.field_effect_diode;',
},
_width: 100,
_height: 60,
}
Four Layer Diode
- Preview
- Usage
- Definition
import { FourLayerDiode } from '@dinghy/diagrams/entitiesElectricalDiodes'
<FourLayerDiode/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FOUR_LAYER_DIODE } from '@dinghy/diagrams/entitiesElectricalDiodes'
<Shape
{...props}
_style={extendStyle(props, FOUR_LAYER_DIODE)}
/>
{
_style: {
entity: 'pointerEvents=1;fillColor=strokeColor;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.diodes.four_layer_diode;',
},
_width: 100,
_height: 80,
}
Gunn Diode
- Preview
- Usage
- Definition
import { GunnDiode } from '@dinghy/diagrams/entitiesElectricalDiodes'
<GunnDiode/>
// or
import { extendStyle } from "@dinghy/base-components";
import { GUNN_DIODE } from '@dinghy/diagrams/entitiesElectricalDiodes'
<Shape
{...props}
_style={extendStyle(props, GUNN_DIODE)}
/>
{
_style: {
entity: 'pointerEvents=1;fillColor=strokeColor;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.diodes.gunn_diode;',
},
_width: 100,
_height: 60,
}
PN Diode
- Preview
- Usage
- Definition
import { PnDiode } from '@dinghy/diagrams/entitiesElectricalDiodes'
<PnDiode/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PN_DIODE } from '@dinghy/diagrams/entitiesElectricalDiodes'
<Shape
{...props}
_style={extendStyle(props, PN_DIODE)}
/>
{
_style: {
entity: 'pointerEvents=1;fillColor=strokeColor;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.diodes.diode;',
},
_width: 100,
_height: 60,
}
Schottky Diode
- Preview
- Usage
- Definition
import { SchottkyDiode } from '@dinghy/diagrams/entitiesElectricalDiodes'
<SchottkyDiode/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SCHOTTKY_DIODE } from '@dinghy/diagrams/entitiesElectricalDiodes'
<Shape
{...props}
_style={extendStyle(props, SCHOTTKY_DIODE)}
/>
{
_style: {
entity: 'pointerEvents=1;fillColor=strokeColor;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.diodes.schottky_diode;',
},
_width: 100,
_height: 60,
}
Transorb 1
- Preview
- Usage
- Definition
import { Transorb1 } from '@dinghy/diagrams/entitiesElectricalDiodes'
<Transorb1/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TRANSORB_1 } from '@dinghy/diagrams/entitiesElectricalDiodes'
<Shape
{...props}
_style={extendStyle(props, TRANSORB_1)}
/>
{
_style: {
entity: 'pointerEvents=1;fillColor=strokeColor;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.diodes.transorb_1;',
},
_width: 100,
_height: 60,
}
Transorb 2
- Preview
- Usage
- Definition
import { Transorb2 } from '@dinghy/diagrams/entitiesElectricalDiodes'
<Transorb2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TRANSORB_2 } from '@dinghy/diagrams/entitiesElectricalDiodes'
<Shape
{...props}
_style={extendStyle(props, TRANSORB_2)}
/>
{
_style: {
entity: 'pointerEvents=1;fillColor=strokeColor;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.diodes.transorb_2;',
},
_width: 100,
_height: 60,
}
Tunnel Diode 1
- Preview
- Usage
- Definition
import { TunnelDiode1 } from '@dinghy/diagrams/entitiesElectricalDiodes'
<TunnelDiode1/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TUNNEL_DIODE_1 } from '@dinghy/diagrams/entitiesElectricalDiodes'
<Shape
{...props}
_style={extendStyle(props, TUNNEL_DIODE_1)}
/>
{
_style: {
entity: 'pointerEvents=1;fillColor=strokeColor;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.diodes.tunnel_diode;',
},
_width: 100,
_height: 60,
}
Tunnel Diode 2
- Preview
- Usage
- Definition
import { TunnelDiode2 } from '@dinghy/diagrams/entitiesElectricalDiodes'
<TunnelDiode2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TUNNEL_DIODE_2 } from '@dinghy/diagrams/entitiesElectricalDiodes'
<Shape
{...props}
_style={extendStyle(props, TUNNEL_DIODE_2)}
/>
{
_style: {
entity: 'pointerEvents=1;fillColor=strokeColor;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.diodes.tunnel_diode_2;',
},
_width: 100,
_height: 80,
}
Varactor - Varicap
- Preview
- Usage
- Definition
import { VaractorVaricap } from '@dinghy/diagrams/entitiesElectricalDiodes'
<VaractorVaricap/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VARACTOR_VARICAP } from '@dinghy/diagrams/entitiesElectricalDiodes'
<Shape
{...props}
_style={extendStyle(props, VARACTOR_VARICAP)}
/>
{
_style: {
entity: 'pointerEvents=1;fillColor=strokeColor;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.diodes.varactor_-_varicap;',
},
_width: 100,
_height: 60,
}
Zener Diode 1
- Preview
- Usage
- Definition
import { ZenerDiode1 } from '@dinghy/diagrams/entitiesElectricalDiodes'
<ZenerDiode1/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ZENER_DIODE_1 } from '@dinghy/diagrams/entitiesElectricalDiodes'
<Shape
{...props}
_style={extendStyle(props, ZENER_DIODE_1)}
/>
{
_style: {
entity: 'pointerEvents=1;fillColor=strokeColor;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.diodes.zener_diode_1;',
},
_width: 100,
_height: 60,
}
Zener Diode 2
- Preview
- Usage
- Definition
import { ZenerDiode2 } from '@dinghy/diagrams/entitiesElectricalDiodes'
<ZenerDiode2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ZENER_DIODE_2 } from '@dinghy/diagrams/entitiesElectricalDiodes'
<Shape
{...props}
_style={extendStyle(props, ZENER_DIODE_2)}
/>
{
_style: {
entity: 'pointerEvents=1;fillColor=strokeColor;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.diodes.zener_diode_3;',
},
_width: 100,
_height: 60,
}