AdcChannel.Controller Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.