3 Keysight SD1 Command Reference
Keysight M3100A/M3102A PXIe Digitizer User's Guide
39
M3601A
Available: No
3. 3. 2. 2 channelPrescalerConfig
Configures the input
Parameters
Name
Description
Inputs
moduleID
(Non-object-oriented languages only) Module identifier, returned by
function
nChannel
Input channel number
prescaler
prescaler value ).
errorIn
(LabVIEW only) If it contains an error, the function will not be
executed and errorIn will be passed to errorOut
Outputs
moduleIDout
(LabVIEW only) A copy of moduleID
errorOut
Keysight SD1 Command Reference
C
int SD_AIN_channelPrescalerConfig(int moduleID, int nChannel, int prescaler);
C++
int SD_AIN::channelPrescalerConfig(int nChannel, int prescaler);
Visual Studio .NET, MATLAB
int SD_AIN::channelPrescalerConfig(int nChannel, int prescaler);
Python
int SD_AIN::channelPrescalerConfig(int nChannel, int prescaler);
LabVIEW
channelPrescalerConfig.vi