Pstat.SetAuxBNCBandwidth()
Pstat.SetAuxBNCBandwidth()
Type: INSTANCE FUNCTION
Purpose: Pstat.SetAuxBNCBandwidth() controls the filtering of the Aux BNC voltage input on Reference™ family instruments.
You can read a voltage connected to the Aux BNC using the Aux Channel ADC and its associated circuitry. This function controls the bandwidth of the signal-conditioning circuitry between the BNC and the Aux Channel circuitry. The signal is either unfiltered (high bandwidth) or filtered via a one-pole RC network with an approximate –3 dB bandwidth of 340 Hz.
Usage: Value = Pstat.SetAuxBNCBandwidth(Setting)
Named constants have been defined to make code that uses this function more readable. They are:
PC5_AUX_BNC_BANDWIDTH_HIGH is defined as TRUE
and
PC5_AUX_BNC_BANDWIDTH_LOW is defined as FALSE.
When used as arguments for this function they set the bandwidth high and low respectively.
Setting | BOOLEAN |
The Input Impedance Setting: TRUE – High Bandwidth – can also be PC5_AUX_BNC_BANDWIDTH_HIGH FALSE – Low Bandwidth – can also be PC5_AUX_BNC_BANDWIDTH_LOW |
|
Value | BOOLEAN | The new bandwidth |
This function is valid for PC5 instruments.
Comments are closed.