CNiIviScopeChannel::ConfigureCharacteristics

Measurement Studio IVI

Class
CNiIviScopeChannel::
ConfigureCharacteristics()
Base ClassesData ItemsFunctionsGo to hierarchy chart    Prev page: ConfigureNext page: CNiIviScopeChannel    
Public Function Declared in:
NiIviScope.h

'Declaration' icon -- Shortcut to top of page. Declaration

inline void ConfigureCharacteristics(
    const CString &channel,
    double inputImpedance,
    double maxInputFrequency);

'Description' icon -- Shortcut to top of page. Description

Configures the properties that control the electrical characteristics of the channel.

Shortcut to top of page. Parameters

const CString &channel

The channel for which you want to configure characteristics.

double inputImpedance

Specifies the input impedance in ohms for the channel.

This function sets the Impedance property to the value you specify for this parameter.

double maxInputFrequency

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.

'See Also' icon -- Shortcut to top of page. See Also