ScopeChannel.GetFrequencyResponse Method
- Updated2023-09-06
- 1 minute(s) read
ScopeChannelGetFrequencyResponse Method
Gets the frequency response of the digitizer for the current configurations of the channel attributes.
Namespace: NationalInstruments.ModularInstruments.NIScope
Assembly: NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023
Syntax
public void GetFrequencyResponse( out double[] frequencies, out double[] amplitudes, out double[] phases )
Public Sub GetFrequencyResponse ( <OutAttribute> ByRef frequencies As Double(), <OutAttribute> ByRef amplitudes As Double(), <OutAttribute> ByRef phases As Double() )
Parameters
- frequencies
- Type: SystemDouble
The frequencies that correspond with the amplitude and phase response of the instrument. - amplitudes
- Type: SystemDouble
The magnitudes that correspond with the magnitude response of the instrument. - phases
- Type: SystemDouble
The phases that correspond with the phase response of the instrument.
Remarks
You can use this method only with high-speed digitizers that support onboard signal processing (OSP).