Acqiris SA230E User Manual page 88

1 channel, 14-bit, 4 gs/s, dc up to 2 ghz bandwidth
Hide thumbs Also See for SA230E:
Table of Contents

Advertisement

7.9   How to configure of the baseline stabilization?
checkApiCall(AqMD3_ChannelBaselineCorrectionConfigure(session, "Channel1", baselineMode,
pulseThreshold, pulsePolarity, digitalOffset));
// The same baseline stabilization mode should be applied to both channels
checkApiCall(AqMD3_SetAttributeViInt32(session, "Channel2", AQMD3_ATTR_CHANNEL_BASELINE_
CORRECTION_MODE, baselineMode));
Alternatively, you can configure the baseline stabilization with the attributes:
checkApiCall(AqMD3_SetAttributeViInt32(session, "Channel1", AQMD3_ATTR_CHANNEL_BASELINE_
CORRECTION_MODE, baselineMode));
checkApiCall(AqMD3_SetAttributeViInt32(session, "Channel1", AQMD3_ATTR_CHANNEL_BASELINE_
CORRECTION_PULSE_THRESHOLD, pulseThreshold));
checkApiCall(AqMD3_SetAttributeViInt32(session, "Channel1", AQMD3_ATTR_CHANNEL_BASELINE_
CORRECTION_PULSE_POLARITY, pulsePolarity));
checkApiCall(AqMD3_SetAttributeViInt32(session, "Channel1", AQMD3_ATTR_CHANNEL_BASELINE_
CORRECTION_DIGITAL_OFFSET, digitalOffset));
// The same baseline stabilization mode should be applied to both channels
checkApiCall(AqMD3_SetAttributeViInt32(session, "Channel2", AQMD3_ATTR_CHANNEL_BASELINE_
CORRECTION_MODE, baselineMode));
Using the AqMD3 IVI.NET driver
BaselineCorrectionMode baselineMode = BaselineCorrectionMode.Continuous; // use
BaselineCorrectionMode.Disabled to disable the baseline stabilization
BaselineCorrectionPulsePolarity pulsePolarity=BaselineCorrectionPulsePolarity.Negative;
// use BaselineCorrectionPulsePolarity.Positive for positive pulses
int pulseThreshold = 32320;
int digitalOffset = 32506;
88
Acqiris SA230E User's Manual

Advertisement

Table of Contents
loading

Table of Contents