IviScope_ConfigureChanCharacteristics
IviScopeBase Capability Group
C Function Prototype
ViStatus IviScope_ConfigureChanCharacteristics (ViSession vi, ViConstString channel, ViReal64 inputImpedance, ViReal64 maxInputFrequency);
Purpose
This function configures the attributes that control the electrical characteristics of the channel. These attributes are the input impedance and the maximum unattenuated frequency of the input signal.
Parameters
| Name | Type | Description |
|---|---|---|
| vi | ViSession | The instrument handle that you obtain from the IviScope_init or IviScope_InitWithOptions functions. The handle identifies a particular IVI session. |
| channel | ViConstString | The name of the channel to configure. |
| inputImpedance | ViReal64 | The input impedance for the channel. The driver sets the IVISCOPE_ATTR_INPUT_IMPEDANCE to this value. |
| maxInput Frequency | ViReal64 | The maximum input frequency for the channel. The driver sets the IVISCOPE_ATTR_MAX_INPUT_FREQUENCY to this value. |