BAC0.core.io package
Submodules
BAC0.core.io.IOExceptions module
IOExceptions.py - BAC0 application level exceptions
- exception BAC0.core.io.IOExceptions.ApplicationNotStarted[source]
Bases:
Exception
Application not started, no communication available.
- exception BAC0.core.io.IOExceptions.BokehServerCantStart[source]
Bases:
Exception
Raised if Bokeh Server can’t be started automatically
- exception BAC0.core.io.IOExceptions.BufferOverflow[source]
Bases:
Exception
Buffer capacity of device exceeded.
- exception BAC0.core.io.IOExceptions.NetworkInterfaceException[source]
Bases:
Exception
This exception covers different network related exc eption (like finding IP or subnet mask…)
- exception BAC0.core.io.IOExceptions.NoResponseFromController[source]
Bases:
Exception
This exception is used when trying to read or write and there is not answer.
- exception BAC0.core.io.IOExceptions.OutOfServiceNotSet[source]
Bases:
Exception
This exception is used when trying to simulate a point and the out of service property is false.
- exception BAC0.core.io.IOExceptions.OutOfServiceSet[source]
Bases:
Exception
This exception is used when trying to set the out of service property to false to release the simulation…and it doesn’t work.
- exception BAC0.core.io.IOExceptions.ReadPropertyException[source]
Bases:
ValueError
This exception is used when trying to read a property.
- exception BAC0.core.io.IOExceptions.ReadPropertyMultipleException[source]
Bases:
ValueError
This exception is used when trying to read multiple properties.
- exception BAC0.core.io.IOExceptions.ReadRangeException[source]
Bases:
ValueError
This exception is used when trying to read a property.
- exception BAC0.core.io.IOExceptions.RemovedPointException[source]
Bases:
Exception
When defining a device from DB it may not be identical to the actual device.
- exception BAC0.core.io.IOExceptions.UnrecognizedService[source]
Bases:
Exception
This exception is used when trying to read or write and there is not answer.
- exception BAC0.core.io.IOExceptions.WriteAccessDenied[source]
Bases:
Exception
This exception is used when trying to write and controller refuse it.
- exception BAC0.core.io.IOExceptions.WritePropertyCastError[source]
Bases:
Exception
This exception is used when trying to write to a property and a cast error occurs.