Visual Basic (Declaration) | |
---|---|
Public MustOverride Property Connection As AnalogChannelConnection |
C# | |
---|---|
public abstract AnalogChannelConnection Connection {get; set;} |
C++/CLI | |
---|---|
public: abstract property AnalogChannelConnection Connection { AnalogChannelConnection get(); void set ( AnalogChannelConnection value); } |
Property Value
The connection of the input channel. The default is Single Ended.The ValidValues<T>("Connection") method can be used to retrieve a list of valid connections for this channel.
This sets or gets the input connection for this channel. For multi-channel scenarios the Connection property may be used to set the connection 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)