Click or drag to resize

CableVoltageProbeCreate Method

Creates a new CableVoltageProbe attached to the given cable.

Namespace: ema3d.Api.V25.Cabling
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public static CableVoltageProbe Create(
	SegmentLocation location,
	IAPICable cable
)

Parameters

location  SegmentLocation
The segment location on the cable's routing to place the probe.
cable  IAPICable
The cable element to attach the probe to.

Return Value

CableVoltageProbe
Exceptions
ExceptionCondition
NullReferenceException Thrown when location is not along the routing of cable.
See Also