Definition Type: Attribute
Name: trigger_source
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: BFML-CL.xsd
ContentType Restriction
Use Optional
Documentation:
The source of the trigger to the timing sequencer.
Collapse XSD Schema Diagram:
XSD Diagram of trigger_source
Collapse XSD Schema Code:
<xs:attribute name="trigger_source" use="optional">
    <xs:annotation>
        <xs:documentation>The source of the trigger to the timing sequencer.</xs:documentation>
        <xs:appinfo>order:0</xs:appinfo>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:string">
            <xs:enumeration value="TrigSel" />
            <xs:enumeration value="EncASel" />
            <xs:enumeration value="EncBSel" />
            <xs:enumeration value="EncoderQuadrature" />
            <xs:enumeration value="GatedTrigger" />
            <xs:enumeration value="EncoderDivider" />
            <xs:enumeration value="StartOfFrame" />
            <xs:enumeration value="EndOfFrame" />
            <xs:enumeration value="StartOfLine" />
            <xs:enumeration value="EndOfLine" />
            <xs:enumeration value="FVALRisingEdge" />
            <xs:enumeration value="FVALFallingEdge" />
            <xs:enumeration value="LVALRisingEdge" />
            <xs:enumeration value="LVALFallingEdge" />
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration TrigSel
Enumeration EncASel
Enumeration EncBSel
Enumeration EncoderQuadrature
Enumeration GatedTrigger
Enumeration EncoderDivider
Enumeration StartOfFrame
Enumeration EndOfFrame
Enumeration StartOfLine
Enumeration EndOfLine
Enumeration FVALRisingEdge
Enumeration FVALFallingEdge
Enumeration LVALRisingEdge
Enumeration LVALFallingEdge