Keysight Pathwave 89600 VSA .NET API
MirrorAroundCenter Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Frequency Class : MirrorAroundCenter Method


value
The frequency to be mirrored.

Glossary Item Box

Mirrors the supplied frequency about the center frequency.

Syntax

Visual Basic (Declaration) 
Public MustOverride Function MirrorAroundCenter( _
   ByVal value As Double _
) As Double
C# 
public abstract double MirrorAroundCenter( 
   double value
)
C++/CLI 
public:
abstract double MirrorAroundCenter( 
   double value
) 

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.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also