Electrical Resistors Entities
Attenuator
- Preview
- Usage
- Definition
import { Attenuator } from '@dinghy/diagrams/entitiesElectricalResistors'
<Attenuator/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ATTENUATOR } from '@dinghy/diagrams/entitiesElectricalResistors'
<Shape
{...props}
_style={extendStyle(props, ATTENUATOR)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.resistors.attenuator;',
},
_width: 100,
_height: 60,
}
Magnetoresistor
- Preview
- Usage
- Definition
import { Magnetoresistor } from '@dinghy/diagrams/entitiesElectricalResistors'
<Magnetoresistor/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MAGNETORESISTOR } from '@dinghy/diagrams/entitiesElectricalResistors'
<Shape
{...props}
_style={extendStyle(props, MAGNETORESISTOR)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.resistors.magnetoresistor;',
},
_width: 100,
_height: 60,
}
Memristor
- Preview
- Usage
- Definition
import { Memristor } from '@dinghy/diagrams/entitiesElectricalResistors'
<Memristor/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MEMRISTOR } from '@dinghy/diagrams/entitiesElectricalResistors'
<Shape
{...props}
_style={extendStyle(props, MEMRISTOR)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.resistors.memristor_1;',
},
_width: 100,
_height: 20,
}
Memristor 2
- Preview
- Usage
- Definition
import { Memristor2 } from '@dinghy/diagrams/entitiesElectricalResistors'
<Memristor2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MEMRISTOR_2 } from '@dinghy/diagrams/entitiesElectricalResistors'
<Shape
{...props}
_style={extendStyle(props, MEMRISTOR_2)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.resistors.memristor_2;',
},
_width: 100,
_height: 24,
}
Photoconductive Transducer (Symmetrical)
- Preview
- Usage
- Definition
import { PhotoconductiveTransducerSymmetrical } from '@dinghy/diagrams/entitiesElectricalResistors'
<PhotoconductiveTransducerSymmetrical/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PHOTOCONDUCTIVE_TRANSDUCER_SYMMETRICAL } from '@dinghy/diagrams/entitiesElectricalResistors'
<Shape
{...props}
_style={extendStyle(props, PHOTOCONDUCTIVE_TRANSDUCER_SYMMETRICAL)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.resistors.symmetrical_photoconductive_transducer;',
},
_width: 100,
_height: 40,
}
Potentiometer
- Preview
- Usage
- Definition
import { Potentiometer } from '@dinghy/diagrams/entitiesElectricalResistors'
<Potentiometer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { POTENTIOMETER } from '@dinghy/diagrams/entitiesElectricalResistors'
<Shape
{...props}
_style={extendStyle(props, POTENTIOMETER)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.resistors.potentiometer_1;',
},
_width: 100,
_height: 40,
}
Potentiometer (Trimmer)
- Preview
- Usage
- Definition
import { PotentiometerTrimmer } from '@dinghy/diagrams/entitiesElectricalResistors'
<PotentiometerTrimmer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { POTENTIOMETER_TRIMMER } from '@dinghy/diagrams/entitiesElectricalResistors'
<Shape
{...props}
_style={extendStyle(props, POTENTIOMETER_TRIMMER)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.resistors.trimmer_pot_1;',
},
_width: 100,
_height: 40,
}
Potentiometer (Trimmer) 2
- Preview
- Usage
- Definition
import { PotentiometerTrimmer2 } from '@dinghy/diagrams/entitiesElectricalResistors'
<PotentiometerTrimmer2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { POTENTIOMETER_TRIMMER_2 } from '@dinghy/diagrams/entitiesElectricalResistors'
<Shape
{...props}
_style={extendStyle(props, POTENTIOMETER_TRIMMER_2)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.resistors.trimmer_pot_2;',
},
_width: 100,
_height: 40,
}
Potentiometer 2
- Preview
- Usage
- Definition
import { Potentiometer2 } from '@dinghy/diagrams/entitiesElectricalResistors'
<Potentiometer2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { POTENTIOMETER_2 } from '@dinghy/diagrams/entitiesElectricalResistors'
<Shape
{...props}
_style={extendStyle(props, POTENTIOMETER_2)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.resistors.potentiometer_2;',
},
_width: 100,
_height: 40,
}
Resistor
- Preview
- Usage
- Definition
import { Resistor } from '@dinghy/diagrams/entitiesElectricalResistors'
<Resistor/>
// or
import { extendStyle } from "@dinghy/base-components";
import { RESISTOR } from '@dinghy/diagrams/entitiesElectricalResistors'
<Shape
{...props}
_style={extendStyle(props, RESISTOR)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.resistors.resistor_1;',
},
_width: 100,
_height: 20,
}
Resistor (Adjustable Contact)
- Preview
- Usage
- Definition
import { ResistorAdjustableContact } from '@dinghy/diagrams/entitiesElectricalResistors'
<ResistorAdjustableContact/>
// or
import { extendStyle } from "@dinghy/base-components";
import { RESISTOR_ADJUSTABLE_CONTACT } from '@dinghy/diagrams/entitiesElectricalResistors'
<Shape
{...props}
_style={extendStyle(props, RESISTOR_ADJUSTABLE_CONTACT)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.resistors.resistor,_adjustable_contact;',
},
_width: 100,
_height: 40,
}
Resistor (Instrument/Relay Shunt)
- Preview
- Usage
- Definition
import { ResistorInstrumentRelayShunt } from '@dinghy/diagrams/entitiesElectricalResistors'
<ResistorInstrumentRelayShunt/>
// or
import { extendStyle } from "@dinghy/base-components";
import { RESISTOR_INSTRUMENT_RELAY_SHUNT } from '@dinghy/diagrams/entitiesElectricalResistors'
<Shape
{...props}
_style={extendStyle(props, RESISTOR_INSTRUMENT_RELAY_SHUNT)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.resistors.resistor_with_instrument_or_relay_shunt;',
},
_width: 100,
_height: 20,
}
Resistor (Nonlinear)
- Preview
- Usage
- Definition
import { ResistorNonlinear } from '@dinghy/diagrams/entitiesElectricalResistors'
<ResistorNonlinear/>
// or
import { extendStyle } from "@dinghy/base-components";
import { RESISTOR_NONLINEAR } from '@dinghy/diagrams/entitiesElectricalResistors'
<Shape
{...props}
_style={extendStyle(props, RESISTOR_NONLINEAR)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.resistors.nonlinear_resistor;',
},
_width: 100,
_height: 60,
}
Resistor (Shunt)
- Preview
- Usage
- Definition
import { ResistorShunt } from '@dinghy/diagrams/entitiesElectricalResistors'
<ResistorShunt/>
// or
import { extendStyle } from "@dinghy/base-components";
import { RESISTOR_SHUNT } from '@dinghy/diagrams/entitiesElectricalResistors'
<Shape
{...props}
_style={extendStyle(props, RESISTOR_SHUNT)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.resistors.resistor,_shunt;',
},
_width: 100,
_height: 45,
}
Resistor (Tapped)
- Preview
- Usage
- Definition
import { ResistorTapped } from '@dinghy/diagrams/entitiesElectricalResistors'
<ResistorTapped/>
// or
import { extendStyle } from "@dinghy/base-components";
import { RESISTOR_TAPPED } from '@dinghy/diagrams/entitiesElectricalResistors'
<Shape
{...props}
_style={extendStyle(props, RESISTOR_TAPPED)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.resistors.tapped_resistor;',
},
_width: 100,
_height: 40,
}
Resistor (Trimmer)
- Preview
- Usage
- Definition
import { ResistorTrimmer } from '@dinghy/diagrams/entitiesElectricalResistors'
<ResistorTrimmer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { RESISTOR_TRIMMER } from '@dinghy/diagrams/entitiesElectricalResistors'
<Shape
{...props}
_style={extendStyle(props, RESISTOR_TRIMMER)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.resistors.trimmer_resistor_1;',
},
_width: 100,
_height: 65.5,
}
Resistor (Trimmer) 2
- Preview
- Usage
- Definition
import { ResistorTrimmer2 } from '@dinghy/diagrams/entitiesElectricalResistors'
<ResistorTrimmer2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { RESISTOR_TRIMMER_2 } from '@dinghy/diagrams/entitiesElectricalResistors'
<Shape
{...props}
_style={extendStyle(props, RESISTOR_TRIMMER_2)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.resistors.trimmer_resistor_2;',
},
_width: 100,
_height: 65.5,
}
Resistor (Variable)
- Preview
- Usage
- Definition
import { ResistorVariable } from '@dinghy/diagrams/entitiesElectricalResistors'
<ResistorVariable/>
// or
import { extendStyle } from "@dinghy/base-components";
import { RESISTOR_VARIABLE } from '@dinghy/diagrams/entitiesElectricalResistors'
<Shape
{...props}
_style={extendStyle(props, RESISTOR_VARIABLE)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.resistors.variable_resistor_1;',
},
_width: 100,
_height: 60,
}
Resistor (Variable) 2
- Preview
- Usage
- Definition
import { ResistorVariable2 } from '@dinghy/diagrams/entitiesElectricalResistors'
<ResistorVariable2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { RESISTOR_VARIABLE_2 } from '@dinghy/diagrams/entitiesElectricalResistors'
<Shape
{...props}
_style={extendStyle(props, RESISTOR_VARIABLE_2)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.resistors.variable_resistor_2;',
},
_width: 100,
_height: 60,
}
Resistor 2
- Preview
- Usage
- Definition
import { Resistor2 } from '@dinghy/diagrams/entitiesElectricalResistors'
<Resistor2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { RESISTOR_2 } from '@dinghy/diagrams/entitiesElectricalResistors'
<Shape
{...props}
_style={extendStyle(props, RESISTOR_2)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.resistors.resistor_2;',
},
_width: 100,
_height: 20,
}
Varistor (Symmetrical)
- Preview
- Usage
- Definition
import { VaristorSymmetrical } from '@dinghy/diagrams/entitiesElectricalResistors'
<VaristorSymmetrical/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VARISTOR_SYMMETRICAL } from '@dinghy/diagrams/entitiesElectricalResistors'
<Shape
{...props}
_style={extendStyle(props, VARISTOR_SYMMETRICAL)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.resistors.symmetrical_varistor;',
},
_width: 100,
_height: 60,
}