Visual Basic (Declaration) | |
---|---|
Public MustOverride Property Range As Double |
C# | |
---|---|
public abstract double Range {get; set;} |
Property Value
The range of the input channel. The default is 10.0 Vpk unless the hardware is not capable of that in which case it is coerced to the highest value possible with the current hardware.Most hardware only allows a limited set of allowable values for the input range, which is dependent upon the Adc hardware, down converter, and input/calibrator module currently being used. The range specified is rounded to the nearest available range.
The ValidValues<T>("Range") method can be used to retrieve a list of valid ranges for this channel.
This sets or gets the input range for this channel. For multi-channel scenarios the Range property may be used to set the range 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)