Uses of Class
xal.app.scanner.ChannelWrapper
-
-
Uses of ChannelWrapper in xal.app.scanner
Methods in xal.app.scanner that return ChannelWrapper Modifier and Type Method Description ChannelWrapperScannerDocument. getActivePVreadableArray(int i)This function returns the i'th array PV to be readChannelWrapperScannerDocument. getActivePVreadableScalar(int i)This function returns the i'th scalar PV to be readChannelWrapperScannerDocument. getActivePVwriteback(int i)ChannelWrapperScannerDocument. getPVChannel(int index)Methods in xal.app.scanner that return types with arguments of type ChannelWrapper Modifier and Type Method Description Stream<ChannelWrapper>ScannerDocument. getActivePVreadableArrays()Stream<ChannelWrapper>ScannerDocument. getActivePVreadableScalars()Stream<ChannelWrapper>ScannerDocument. getActivePvWritebacks()javafx.collections.ObservableList<ChannelWrapper>ScannerDocument. getPVChannels()List<ChannelWrapper>ScannerDocument. getPVWriteData(String setKey)Methods in xal.app.scanner with parameters of type ChannelWrapper Modifier and Type Method Description voidScannerDocument. addPVChannel(ChannelWrapper channel)Method parameters in xal.app.scanner with type arguments of type ChannelWrapper Modifier and Type Method Description voidScannerDocument. setPVwriteData(String setKey, List<ChannelWrapper> writeChannels)
-