Configure
Configuring the algorithm.
Syntax
Definition:
METHOD Configure : BOOL
VAR_INPUT
eFunctionType : E_ALY_FunctionType;
fSampleRate : LREAL;
fFrequency : LREAL;
fAmplitude : LREAL;
fOffset : LREAL;
END_VAR
Inputs
Name | Type | Description |
---|---|---|
eFunctionType | Function type of the generated signal. | |
fSampleRate | LREAL | Sample rate of the system to be analyzed. |
fFrequency | LREAL | Frequency of the generated signal. |
fAmplitude | LREAL | Configuration of the signal amplitude. |
fOffset | LREAL | Constant offset of the generated signal. |
Return value
Name | Type | Description |
---|---|---|
Configure | BOOL | Returns |