Uses of Class
xal.ca.BadChannelException
Packages that use BadChannelException
-
Uses of BadChannelException in xal.smf.impl
Methods in xal.smf.impl that throw BadChannelExceptionModifier and TypeMethodDescriptionbooleanWireScanner.testConnection(Collection<ScadaFieldDescriptor> setFds, double dblTmOut) Test the connections in all the channels of the given parameter set for this accelerator device. -
Uses of BadChannelException in xal.smf.impl.profile
Methods in xal.smf.impl.profile that throw BadChannelExceptionModifier and TypeMethodDescriptionbooleanProfileDevice.testConnection(Class<?> clsScada, double dblTmOut) Test the connections in all the channels of the given parameter set for this accelerator device.booleanProfileDevice.testConnection(Collection<ScadaFieldDescriptor> setFds, double dblTmOut) Test the connections in all the channels of the given parameter set for this accelerator device. -
Uses of BadChannelException in xal.smf.scada
Methods in xal.smf.scada that throw BadChannelExceptionModifier and TypeMethodDescriptionbooleanBatchConnectionTest.testConnection(Class<?> clsScada, double dblTmOut) Test the given (implied) SCADA class for channel connectivity of . its SCADA fields All the channels for the set of PVs are identified (i.e., read back, set, etc.) then the connections are tested in batch mode, rather than serially.booleanBatchConnectionTest.testConnection(Collection<ScadaFieldDescriptor> setFds, double dblTmOut) Test the given set of PV field descriptors for channel connectivity.