<Measurement> Element

Meas. mode:
Scope
Eye
TDR
Package License:
L-RND
L-SNT

This is the root element of user measurement XML files. This element is required. It declares that the XML file defines a user measurement and not a user function. Always place the <Measurement> element directly after the XML declaration line as shown in example below.

Parent Elements

None

Child Elements

All other elements are descendent elements.

Attributes

The both attributes for this element are optional and include Application and MinimumSoftwareVersion as shown in the example picture and code below. Notice that the XML file fails to load and a notice is displayed in the dialog if FlexDCA's revision is less than indicated by MinimumSoftwareVersion.

Example

<Measurement Application="FlexDCA" MinimumSoftwareVersion="5.00.328">
…
</Measurement>