![]() |
ConfigureCharacteristics()






Public Function |
Declared in: NiIviScope.h |
Declaration
inline void ConfigureCharacteristics( const CString &channel, double inputImpedance, double maxInputFrequency);
Description
Configures the properties that control the electrical characteristics of the channel.
Parameters
const CString &channel
double inputImpedance
double maxInputFrequency
The channel for which you want to configure characteristics.
Specifies the input impedance in ohms for the channel.
This function sets the Impedance property to the value you specify for this parameter.
Specifies the maximum input frequency in hertz of the channel. Express this value as the frequency at which the input circuitry attenuates the input signal by 3 dB.
This function sets the InputFrequencyMax property to the value you specify for this parameter.