Click or drag to resize

FieldProbeResultCalculateShieldingEffectiveness(FieldProbeResult, String) Method

Calculates the shielding effectiveness transfer function from a field probe result and path to a source file waveform

Namespace: ema3d.Api.V25.Results
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public static TransferFunctionResult CalculateShieldingEffectiveness(
	FieldProbeResult fieldresult,
	string sourcefile
)

Parameters

fieldresult  FieldProbeResult
The field probe result to perform transfer function calculation on.
sourcefile  String
The path to a source file waveform.

Return Value

TransferFunctionResult
A shielding effectiveness transfer function result.
Remarks
This method also creates a Shielding Effectiveness plot object.
See Also