xml.masslynx
Interface MasslynxRunType.ExperimentReportType.InstrumentConfigurationType

Enclosing interface:
MasslynxRunType.ExperimentReportType

public static interface MasslynxRunType.ExperimentReportType.InstrumentConfigurationType

Java content class for annonymous complex type.

The following schema fragment specifies the expected content contained within this java content object.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="tdc_start" type="{http://www.DIMS.com}mV"/>
         <element name="tdc_stop" type="{http://www.DIMS.com}mV"/>
         <element name="tdc_threshold" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="tdc_gain_control" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="tdc_edge_control" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="use_4GHz_tdc" type="{http://www.DIMS.com}YesNoType"/>
         <element name="z_spray_mk2_source" type="{http://www.DIMS.com}YesNoType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.math.BigDecimal getTdcEdgeControl()
           
 java.math.BigDecimal getTdcGainControl()
           
 MV getTdcStart()
           
 MV getTdcStop()
           
 java.math.BigDecimal getTdcThreshold()
           
 java.lang.String getUse4GHzTdc()
           
 java.lang.String getZSprayMk2Source()
           
 void setTdcEdgeControl(java.math.BigDecimal value)
           
 void setTdcGainControl(java.math.BigDecimal value)
           
 void setTdcStart(MV value)
           
 void setTdcStop(MV value)
           
 void setTdcThreshold(java.math.BigDecimal value)
           
 void setUse4GHzTdc(java.lang.String value)
           
 void setZSprayMk2Source(java.lang.String value)
           
 

Method Detail

getTdcEdgeControl

public java.math.BigDecimal getTdcEdgeControl()

setTdcEdgeControl

public void setTdcEdgeControl(java.math.BigDecimal value)

getTdcThreshold

public java.math.BigDecimal getTdcThreshold()

setTdcThreshold

public void setTdcThreshold(java.math.BigDecimal value)

getUse4GHzTdc

public java.lang.String getUse4GHzTdc()

setUse4GHzTdc

public void setUse4GHzTdc(java.lang.String value)

getTdcGainControl

public java.math.BigDecimal getTdcGainControl()

setTdcGainControl

public void setTdcGainControl(java.math.BigDecimal value)

getZSprayMk2Source

public java.lang.String getZSprayMk2Source()

setZSprayMk2Source

public void setZSprayMk2Source(java.lang.String value)

getTdcStart

public MV getTdcStart()

setTdcStart

public void setTdcStart(MV value)

getTdcStop

public MV getTdcStop()

setTdcStop

public void setTdcStop(MV value)