Click or drag to resize

ResultBuilderBuildHarnessResults Method

Build MHARNESS results from a given .INP file.

Namespace: ema3d.Api.V25.Results
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public static void BuildHarnessResults(
	string harnessfile,
	Document document,
	bool processSParam = false
)

Parameters

harnessfile  String
Path to .inp file.
document  Document
Document to create results in.
processSParam  Boolean  (Optional)
If S-Parameter results exist, whether to process these results. Defaults to FALSE.
See Also