Click or drag to resize

ChargeBodySourceManagerAttachSignalFromFileToCoupled Method

Creates a signal from a filepath and attaches the signal 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 AttachSignalFromFileToCoupled(
	string filePath,
	string signalName = "",
	Document document = null
)

Parameters

filePath  String
Path to the signal file.
signalName  String  (Optional)
Name of the signal that will appear in sim tree and the name of the signal file at export.
document  Document  (Optional)
Document the signal exists in.
See Also