<Resolution> Element

Instrument
DCA-X
N109x
UXR Scope
Flex Apps:
FlexDCA
FlexRT

The <Resolution> element sets a resolution for a <Double> User-Defined Control to the User Operator Setup dialog. The resolution is based on the unit of measurement (without multiplier). For example, in the following picture a "1000" resolution specifies that the value of Fc can be set to a minimum resolution of 1000 Hz. Therefore, using keyboard entry 7.500000 GHz can be changed to 7.500001 GHz. A setting of 1000000 would have limited the resolution to 1 MHz. <Resolution> does not affect the step sizes of the step buttons.

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>