Visual Basic (Declaration) | |
---|---|
Public MustOverride Function MirrorAroundCenter( _ ByVal value As Double _ ) As Double |
Parameters
- value
- The frequency to be mirrored.
Return Value
If IsMirrored is true, you can use this function to determine the mirrored frequency of a frequency that you specify (value), as follows:Returned Value = (2 X center_frequency) - value where: center_frequency is the current center frequency of the VSA
Note that this function does not change any parameters in the VSA.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)