Uses of Class
xal.smf.impl.WireScanner
Packages that use WireScanner
-
Uses of WireScanner in xal.smf.impl
Methods in xal.smf.impl with parameters of type WireScannerModifier and TypeMethodDescriptionstatic WireScanner.DataFitWireScanner.DataFit.acquire(WireScanner ws) Convenience method for retrieving a new initialized data structure populated from the given device state.static WireScanner.DataLiveArrWireScanner.DataLiveArr.acquire(WireScanner ws) Convenience method for retrieving a new initialized data structure populated from the given device state.static WireScanner.DataLivePtWireScanner.DataLivePt.acquire(WireScanner ws) Convenience method for retrieving a new initialized data structure populated from the given device state.static WireScanner.DataRawWireScanner.DataRaw.acquire(WireScanner ws) Convenience method for retrieving a new initialized data structure populated from the given device state.static WireScanner.TraceWireScanner.Trace.acquire(WireScanner ws) Convenience method for retrieving a new initialized data structure populated from the given device state.Constructors in xal.smf.impl with parameters of type WireScannerModifierConstructorDescriptionDataFit(WireScanner ws) Create a newDataFitobject initialize with values fetched from the given device.Create a newDataLiveArrobject initialize with values fetched from the given device.Create a newDataLiveobject initialize with values fetched from the given device.DataRaw(WireScanner ws) Create a newDataRawobject and initialize with values fetched from the given device.