Click or drag to resize

ChargeBodySourceManagerAttachSignalToCoupled Method

Attaches a signal defined within the API to the coupled source. Automatically sets coupled source to be Coupled Averaged.

Namespace: ema3d.Api.V26.Charging.Excitation
Assembly: ema3d.Api.V26 (in ema3d.Api.V26.dll) Version: 0.0.0.0
Syntax
public void AttachSignalToCoupled(
	ISignal signal,
	string signalName = ""
)

Parameters

signal  ISignal
The signal object being attached to the coupled source.
signalName  String  (Optional)
Name of the signal that will appear in sim tree and the name of the signal file at export.
See Also