Click or drag to resize

FieldProbeResultCalculateShieldingEffectiveness(FieldProbeResult, ISignal) Method

Calculates the shielding effectiveness transfer function from a field probe result and a signal object in the EMC Plus document.

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,
	ISignal signal
)

Parameters

fieldresult  FieldProbeResult
The field probe result to perform transfer function calculation on.
signal  ISignal
The EMC Plus signal object (typically a waveform)

Return Value

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