<Min> Element
Instrument
DCA-X
N109x
UXR Scope
Flex Apps:
FlexDCA
FlexRT
The <Min> element establishes the minimum value that can be entered into a <Integer> or <Double> User-Defined Control data-entry field. Use the <Max> element to establish the maximum value.
Parent Elements
Child Elements
None
Attributes
None
Example
- <Function>
- …
- <Control Name = "Fc">
- <Double>
- <Min>10e6</Min>
- <Max>1000e9</Max>
- <Resolution>1000</Resolution>
- <Units>Hertz</Units>
- <Default>7.5e9</Default>
- </Double>
- …
- </Function>