Electrical Sources Entities
Accumulator / Monocell Battery
- Preview
- Usage
- Definition
import { AccumulatorMonocellBattery } from '@dinghy/diagrams/entitiesElectricalSources'
<AccumulatorMonocellBattery/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ACCUMULATOR_MONOCELL_BATTERY } from '@dinghy/diagrams/entitiesElectricalSources'
<Shape
{...props}
_style={extendStyle(props, ACCUMULATOR_MONOCELL_BATTERY)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;fillColor=strokeColor;html=1;verticalAlign=top;strokeWidth=1;shape=mxgraph.electrical.miscellaneous.monocell_battery;',
},
_width: 100,
_height: 60,
}
Battery Stack
- Preview
- Usage
- Definition
import { BatteryStack } from '@dinghy/diagrams/entitiesElectricalSources'
<BatteryStack/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BATTERY_STACK } from '@dinghy/diagrams/entitiesElectricalSources'
<Shape
{...props}
_style={extendStyle(props, BATTERY_STACK)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.miscellaneous.batteryStack;',
},
_width: 100,
_height: 60,
}
Current
- Preview
- Usage
- Definition
import { Current } from '@dinghy/diagrams/entitiesElectricalSources'
<Current/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CURRENT } from '@dinghy/diagrams/entitiesElectricalSources'
<Shape
{...props}
_style={extendStyle(props, CURRENT)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.signal_sources.current_source;',
},
_width: 40,
_height: 60,
}
DC
- Preview
- Usage
- Definition
import { Dc } from '@dinghy/diagrams/entitiesElectricalSources'
<Dc/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DC } from '@dinghy/diagrams/entitiesElectricalSources'
<Shape
{...props}
_style={extendStyle(props, DC)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.signal_sources.dc_source_1;',
},
_original_width: 70,
_original_height: 75,
}
Multicell Battery Tapped
- Preview
- Usage
- Definition
import { MulticellBatteryTapped } from '@dinghy/diagrams/entitiesElectricalSources'
<MulticellBatteryTapped/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MULTICELL_BATTERY_TAPPED } from '@dinghy/diagrams/entitiesElectricalSources'
<Shape
{...props}
_style={extendStyle(props, MULTICELL_BATTERY_TAPPED)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;fillColor=strokeColor;html=1;verticalAlign=top;strokeWidth=1;shape=mxgraph.electrical.miscellaneous.multicell_battery_tapped;',
},
_width: 100,
_height: 70,
}
Source
- Preview
- Usage
- Definition
import { Source } from '@dinghy/diagrams/entitiesElectricalSources'
<Source/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SOURCE } from '@dinghy/diagrams/entitiesElectricalSources'
<Shape
{...props}
_style={extendStyle(props, SOURCE)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.signal_sources.source;aspect=fixed;points=[[0.5,0,0],[1,0.5,0],[0.5,1,0],[0,0.5,0]];elSignalType=ac;',
},
_original_width: 60,
_original_height: 60,
}
Source 2
- Preview
- Usage
- Definition
import { Source2 } from '@dinghy/diagrams/entitiesElectricalSources'
<Source2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SOURCE_2 } from '@dinghy/diagrams/entitiesElectricalSources'
<Shape
{...props}
_style={extendStyle(props, SOURCE_2)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.signal_sources.source;aspect=fixed;points=[[0.5,0,0],[1,0.5,0],[0.5,1,0],[0,0.5,0]];elSignalType=dc1;',
},
_original_width: 60,
_original_height: 60,
}
Source 3
- Preview
- Usage
- Definition
import { Source3 } from '@dinghy/diagrams/entitiesElectricalSources'
<Source3/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SOURCE_3 } from '@dinghy/diagrams/entitiesElectricalSources'
<Shape
{...props}
_style={extendStyle(props, SOURCE_3)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.signal_sources.source;aspect=fixed;points=[[0.5,0,0],[1,0.5,0],[0.5,1,0],[0,0.5,0]];elSignalType=dc3;',
},
_original_width: 60,
_original_height: 60,
}
Source 4
- Preview
- Usage
- Definition
import { Source4 } from '@dinghy/diagrams/entitiesElectricalSources'
<Source4/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SOURCE_4 } from '@dinghy/diagrams/entitiesElectricalSources'
<Shape
{...props}
_style={extendStyle(props, SOURCE_4)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.signal_sources.source;aspect=fixed;points=[[0.5,0,0],[1,0.5,0],[0.5,1,0],[0,0.5,0]];elSignalType=none;elSourceType=dependent;',
},
_original_width: 60,
_original_height: 60,
}
Source 5
- Preview
- Usage
- Definition
import { Source5 } from '@dinghy/diagrams/entitiesElectricalSources'
<Source5/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SOURCE_5 } from '@dinghy/diagrams/entitiesElectricalSources'
<Shape
{...props}
_style={extendStyle(props, SOURCE_5)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.signal_sources.source;aspect=fixed;points=[[0.5,0,0],[1,0.5,0],[0.5,1,0],[0,0.5,0]];elSignalType=dc2;elSourceType=dependent;',
},
_original_width: 60,
_original_height: 60,
}
Source 6
- Preview
- Usage
- Definition
import { Source6 } from '@dinghy/diagrams/entitiesElectricalSources'
<Source6/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SOURCE_6 } from '@dinghy/diagrams/entitiesElectricalSources'
<Shape
{...props}
_style={extendStyle(props, SOURCE_6)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.signal_sources.source;aspect=fixed;points=[[0.5,0,0],[1,0.5,0],[0.5,1,0],[0,0.5,0]];elSourceType=dependent;elSignalType=dc3;',
},
_original_width: 60,
_original_height: 60,
}
Source 7
- Preview
- Usage
- Definition
import { Source7 } from '@dinghy/diagrams/entitiesElectricalSources'
<Source7/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SOURCE_7 } from '@dinghy/diagrams/entitiesElectricalSources'
<Shape
{...props}
_style={extendStyle(props, SOURCE_7)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.signal_sources.source;aspect=fixed;points=[[0.5,0,0],[1,0.5,0],[0.5,1,0],[0,0.5,0]];elSignalType=noise;',
},
_original_width: 60,
_original_height: 60,
}
Source 8
- Preview
- Usage
- Definition
import { Source8 } from '@dinghy/diagrams/entitiesElectricalSources'
<Source8/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SOURCE_8 } from '@dinghy/diagrams/entitiesElectricalSources'
<Shape
{...props}
_style={extendStyle(props, SOURCE_8)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.signal_sources.source;aspect=fixed;points=[[0.5,0,0],[1,0.5,0],[0.5,1,0],[0,0.5,0]];elSignalType=ideal;',
},
_original_width: 60,
_original_height: 60,
}
Source 9
- Preview
- Usage
- Definition
import { Source9 } from '@dinghy/diagrams/entitiesElectricalSources'
<Source9/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SOURCE_9 } from '@dinghy/diagrams/entitiesElectricalSources'
<Shape
{...props}
_style={extendStyle(props, SOURCE_9)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.signal_sources.source;aspect=fixed;points=[[0.5,0,0],[1,0.5,0],[0.5,1,0],[0,0.5,0]];elSignalType=expSquib;',
},
_original_width: 60,
_original_height: 60,
}
Source, Chopped Square
- Preview
- Usage
- Definition
import { SourceChoppedSquare } from '@dinghy/diagrams/entitiesElectricalSources'
<SourceChoppedSquare/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SOURCE_CHOPPED_SQUARE } from '@dinghy/diagrams/entitiesElectricalSources'
<Shape
{...props}
_style={extendStyle(props, SOURCE_CHOPPED_SQUARE)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.signal_sources.source;aspect=fixed;points=[[0.5,0,0],[1,0.5,0],[0.5,1,0],[0,0.5,0]];elSignalType=chopSquare;',
},
_original_width: 60,
_original_height: 60,
}
Source, DC
- Preview
- Usage
- Definition
import { SourceDc } from '@dinghy/diagrams/entitiesElectricalSources'
<SourceDc/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SOURCE_DC } from '@dinghy/diagrams/entitiesElectricalSources'
<Shape
{...props}
_style={extendStyle(props, SOURCE_DC)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.signal_sources.source;aspect=fixed;points=[[0.5,0,0],[1,0.5,0],[0.5,1,0],[0,0.5,0]];elSignalType=dc2;',
},
_original_width: 60,
_original_height: 60,
}
Source, Inverse Pulse
- Preview
- Usage
- Definition
import { SourceInversePulse } from '@dinghy/diagrams/entitiesElectricalSources'
<SourceInversePulse/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SOURCE_INVERSE_PULSE } from '@dinghy/diagrams/entitiesElectricalSources'
<Shape
{...props}
_style={extendStyle(props, SOURCE_INVERSE_PULSE)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.signal_sources.source;aspect=fixed;points=[[0.5,0,0],[1,0.5,0],[0.5,1,0],[0,0.5,0]];elSignalType=invPulse;',
},
_original_width: 60,
_original_height: 60,
}
Source, Pulse
- Preview
- Usage
- Definition
import { SourcePulse } from '@dinghy/diagrams/entitiesElectricalSources'
<SourcePulse/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SOURCE_PULSE } from '@dinghy/diagrams/entitiesElectricalSources'
<Shape
{...props}
_style={extendStyle(props, SOURCE_PULSE)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.signal_sources.source;aspect=fixed;points=[[0.5,0,0],[1,0.5,0],[0.5,1,0],[0,0.5,0]];elSignalType=pulse;',
},
_original_width: 60,
_original_height: 60,
}
Source, Sawtooth
- Preview
- Usage
- Definition
import { SourceSawtooth } from '@dinghy/diagrams/entitiesElectricalSources'
<SourceSawtooth/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SOURCE_SAWTOOTH } from '@dinghy/diagrams/entitiesElectricalSources'
<Shape
{...props}
_style={extendStyle(props, SOURCE_SAWTOOTH)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.signal_sources.source;aspect=fixed;points=[[0.5,0,0],[1,0.5,0],[0.5,1,0],[0,0.5,0]];elSignalType=sawtooth;',
},
_original_width: 60,
_original_height: 60,
}
Source, Square
- Preview
- Usage
- Definition
import { SourceSquare } from '@dinghy/diagrams/entitiesElectricalSources'
<SourceSquare/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SOURCE_SQUARE } from '@dinghy/diagrams/entitiesElectricalSources'
<Shape
{...props}
_style={extendStyle(props, SOURCE_SQUARE)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.signal_sources.source;aspect=fixed;points=[[0.5,0,0],[1,0.5,0],[0.5,1,0],[0,0.5,0]];elSignalType=square;',
},
_original_width: 60,
_original_height: 60,
}
Source, Step Off
- Preview
- Usage
- Definition
import { SourceStepOff } from '@dinghy/diagrams/entitiesElectricalSources'
<SourceStepOff/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SOURCE_STEP_OFF } from '@dinghy/diagrams/entitiesElectricalSources'
<Shape
{...props}
_style={extendStyle(props, SOURCE_STEP_OFF)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.signal_sources.source;aspect=fixed;points=[[0.5,0,0],[1,0.5,0],[0.5,1,0],[0,0.5,0]];elSignalType=stepOff;',
},
_original_width: 60,
_original_height: 60,
}
Source, Step On
- Preview
- Usage
- Definition
import { SourceStepOn } from '@dinghy/diagrams/entitiesElectricalSources'
<SourceStepOn/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SOURCE_STEP_ON } from '@dinghy/diagrams/entitiesElectricalSources'
<Shape
{...props}
_style={extendStyle(props, SOURCE_STEP_ON)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.signal_sources.source;aspect=fixed;points=[[0.5,0,0],[1,0.5,0],[0.5,1,0],[0,0.5,0]];elSignalType=stepOn;',
},
_original_width: 60,
_original_height: 60,
}
Source, Triangular
- Preview
- Usage
- Definition
import { SourceTriangular } from '@dinghy/diagrams/entitiesElectricalSources'
<SourceTriangular/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SOURCE_TRIANGULAR } from '@dinghy/diagrams/entitiesElectricalSources'
<Shape
{...props}
_style={extendStyle(props, SOURCE_TRIANGULAR)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.signal_sources.source;aspect=fixed;points=[[0.5,0,0],[1,0.5,0],[0.5,1,0],[0,0.5,0]];elSignalType=triangular;',
},
_original_width: 60,
_original_height: 60,
}