Click or drag to resize

IConductorDefinition Interface

An MHARNESS conductor definition.

Namespace: ema3d.Api.V25.Cabling.Definitions
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public interface IConductorDefinition : ICableDefinition

The IConductorDefinition type exposes the following members.

Properties
 NameDescription
Public propertyConductivity Gets/Sets conductivity of the conductor (in Siemens/m) (Only applies when HasSkinDepthEffects = true).
Public propertyHasSkinDepthEffects Gets/Sets if conductor has skin depth effects.
Public propertyRadius Gets/Sets inner radius of the conductor (in m)
Public propertyResistance Gets/Sets resistance of the conductor (in Ohms/m)
Public propertyShape Gets/Sets shape of conductor (Circular, Ellipse, Polygon)
Public propertyThickness Gets/Sets thickness of the conductor (only applies when HasSkinDepthEffects = true).
Public propertyVertices Gets/Sets vertices of polygonal conductor
Public propertyXRadius Gets/Sets XRadius of elliptical conductor
Public propertyYRadius Gets/Sets YRadius of elliptical conductor
Top
See Also