WsfJammerTask¶
- WsfJammerTask
WsfJammerTask is a WsfTask used to begin jamming.
Methods¶
- int BeamNumber()¶
Returns the beam number for the jamming task.
- void BeamNumber(int aBeamNumber)¶
Sets the beam number for the jamming task. To be used prior to AssignTask.
- double Bandwidth()¶
Returns the bandwidth for the jamming task.
- void Bandwidth(double aBandwidth)¶
Sets the bandwidth for the jamming task. To be used prior to AssignTask.
- double Frequency()¶
Returns the frequency for the jamming task.
- void Frequency(double aFrequency)¶
Sets the frequency for the jamming task. To be used prior to AssignTask.
- void Technique(string aJammingTechnique)¶
Sets the technique for the jamming task. To be used prior to AssignTask.