Visual Basic (Declaration) | |
---|---|
Public MustOverride Property Coupling As AnalogChannelCoupling |
C# | |
---|---|
public abstract AnalogChannelCoupling Coupling {get; set;} |
C++/CLI | |
---|---|
public: abstract property AnalogChannelCoupling Coupling { AnalogChannelCoupling get(); void set ( AnalogChannelCoupling value); } |
Property Value
Whether the input is AC or DC coupled. The default is AC.This sets or gets the input coupling for this channel. For multi-channel scenarios the Analog.Coupling property may be used to set the coupling across all channels at once without having to explicitly iterate across each channel.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)