1.1.4.32 DRV_METROLOGY_CaptureDisableChannels Function

C

void DRV_METROLOGY_CaptureDisableChannels(uint8_t channelMask);

Summary

Disable the channels to be captured.

Description

Up to 7 channels of data may be captured at the same time. Only enabled channels are captured.

Parameters

ParametersDescription
channelMaskCapture Disable Channel Mask

Returns

None.

Example

DRV_METROLOGY_CaptureDisableChannels(CAPTURE_CHN_IB | CAPTURE_CHN_VB);

Remarks

None.