 | GaussianSignalAutoConfigure Property |
Auto-Configure will automatically configure the time, amplitude, and alpha parameters for the Gaussian signal to the document's domain settings. Those parameters will be set for the frequency content of the Gaussian to have an amplitude of 1 at the FDTD domain's fundamental frequency and a 60 dB dropoff (amplitude of 0.01) at the FDTD domain's highest resolvable frequency.
This parameter is set to "true" by default, and can be used with normalization algorithms to replicate a wide variety of environments in the frequency domain.To manually configure a plane wave, set this parameter to "false" and consult the EMC Plus and Charge Plus user manual for an explanation of the Gaussian Waveform.
Namespace: ema3d.Api.V25.Core.SignalsAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic bool AutoConfigure { get; set; }
Public Property AutoConfigure As Boolean
Get
Set
public:
property bool AutoConfigure {
bool get ();
void set (bool value);
}
member AutoConfigure : bool with get, set
Property Value
Boolean
See Also