Click or drag to resize

CableCurrentProbeCreate Method

Creates a new CableCurrentProbe 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 CableCurrentProbe 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

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