Visual Basic (Declaration) | |
---|---|
Public MustOverride Property IsCouplePairedChannels As Boolean |
C# | |
---|---|
public abstract bool IsCouplePairedChannels {get; set;} |
C++/CLI | |
---|---|
public: abstract property bool IsCouplePairedChannels { bool get(); void set ( bool value); } |
Property Value
True if parameters should be coupled for channels that are part of the same logical channel; otherwise false. The default is true.This is usually used to force range related parameters to be coupled when using I+jQ channel configurations where it is desirable for the I and Q input channels to be coupled with respect to input range.
When enabled, the following properties in paired analog input channels will be coupled.
When coupled, setting the above parameters on either input channel in a logical channel (such as the I input channel that is used in an I+jQ logical channel) will automatically set the parameter on the other channel paired channel to the same value.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)