AdcChannel.Controller Property

Definition

Gets the ADC controller for this channel.

public:
 property AdcController ^ Controller { AdcController ^ get(); };
AdcController Controller();
public AdcController Controller { get; }
var adcController = adcChannel.controller;
Public ReadOnly Property Controller As AdcController

Property Value

The ADC controller.

Applies to