Class ScanPatternHandler
Base class for scan patterns.
Implements
Inherited Members
Namespace: Global Namespace
Assembly: solution.dll
Syntax
[Serializable]
public class ScanPatternHandler : InterfaceClass, IBindingCallbackReceiver
Constructors
| Name | Description |
|---|---|
| ScanPatternHandler() | Initializes and returns an instance of ScanPatternHandler |
Fields
| Name | Description |
|---|---|
| sweepFrequency | Frequency of the pattern, in Hz. |
| timeOffset | Offset before the pattern begins, in seconds. |
Methods
| Name | Description |
|---|---|
| EvaluatePattern(float) | Query the pattern at a specific time. |