Uses of Class
xal.smf.impl.WireHarp

Packages that use WireHarp
Package
Description
 
  • Uses of WireHarp in xal.smf.impl

    Methods in xal.smf.impl with parameters of type WireHarp
    Modifier and Type
    Method
    Description
    WireHarp.DaqConfig.acquire(WireHarp smfHarp)
    Convenience method for retrieving a new initialized data structure populated from the given device state.
    WireHarp.DevConfig.acquire(WireHarp smfHarp)
    Returns the defined set of configuration parameters currently used for the given device.
    WireHarp.DevStatus.acquire(WireHarp smfHarp)
    Convenience method for retrieving a new initialized data structure populated from the given device state.
    WireHarp.DataFit.aquire(WireHarp smfHarp)
    Convenience method for retrieving a new, initialized measurement set acquired from the given device.
    WireHarp.DataRaw.aquire(WireHarp smfHarp)
    Convenience method for retrieving a new, initialized measurement set acquired from the given device.
    WireHarp.FitAttrSet.aquire(WireHarp smfHarp)
    Convenience method for retrieving a new, initialized data structure populated from the current given device state.
    Constructors in xal.smf.impl with parameters of type WireHarp
    Modifier
    Constructor
    Description
     
    Create a new DaqConfig object containing the status information of the given device.
     
    DataFit(WireHarp smfHarp)
    Creates a new instance of DataFit and initializes the signal values by acquiring data from the given device.
     
    DataRaw(WireHarp smfHarp)
    Creates a new instance of DataRaw and initializes the signal values by acquiring data from the given device.
     
    Create a new ActrConfig object initialize with values fetched from the given device.
     
    Create a new DevStatus object containing the status information of the given device.