create_voltage_source#
- TwinBuilderComponents.create_voltage_source(name: str | None = None, source_type: str = 'E', amplitude: float = 326.0, freq: float = 50.0, location: list[float] = None, angle: float = 0.0, use_instance_id_netlist: bool = False) CircuitComponent#
Create a voltage source (conservative electrical output).
- Parameters:
- name
str,optional Name of the voltage source. The default is
None.- source_type
str,optional Type of the source. The default is
E.- amplitude
float,optional Amplitude of the waveform if periodic. The default is
326V- freq
float,optional Frequency of the periodic waveform. The default is
50Hz.- location
listoffloat,optional Position on the X axis and Y axis. The default value is
None.- angle
float,optional Angle of rotation in degrees. The default is
0.- use_instance_id_netlistbool,
optional Whether to use the instance ID in the net list or not. The default is
False.
- name
- Returns:
ansys.aedt.core.modeler.circuits.object_3d_circuit.CircuitComponentCircuit Component Object.
References
>>> oEditor.CreateComponent