Visual Basic (Declaration) | |
---|---|
Public Overloads MustOverride Sub SetFrequencyParameters( _ ByVal isComplexData As Boolean, _ ByVal centerFrequency As Double, _ ByVal sampleRate As Double, _ ByVal bandwidth As Double _ ) |
C# | |
---|---|
public abstract void SetFrequencyParameters( bool isComplexData, double centerFrequency, double sampleRate, double bandwidth ) |
C++/CLI | |
---|---|
public: abstract void SetFrequencyParameters( bool isComplexData, double centerFrequency, double sampleRate, double bandwidth ) |
Parameters
- isComplexData
- Specifies if complex data will be provided by data source application (sometimes referred to as Zoom mode when center frequency is specified as non-zero.)
- centerFrequency
- Specifies center frequency the data consuming Measurement should assume for data provided by data source application.
- sampleRate
- Specifies sample rate the data consuming Measurement should assume for data provided by data source application.
- bandwidth
- Specifies the alias-protected bandwidth the data consuming Measurement should assume for data provided by data source application (maximum allowed span).
Using this method is equivalent to setting the IsComplexData, CenterFrequency, SampleRate, and Bandwidth properties simultaneously. This sets properties for all channels. Use Channels to get or set properties of individual channels.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 18.0