<Max> Element
Instrument
DCA-X
N109x
UXR Scope
Flex Apps:
FlexDCA
FlexRT
The <Max> element establishes the maximum value that can be entered into a <Integer> or <Double> User-Defined Control data-entry field. Use the <Min> element to establish the minimum 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>