Skip to content

Latest commit

 

History

History
56 lines (49 loc) · 1.57 KB

IscProtectionDevice.rst

File metadata and controls

56 lines (49 loc) · 1.57 KB

IscProtectionDevice

The IscProtectionDevice class provides access to a single protection device, such as a relay, allowing data to be set and cleared.

Field Values

.. tabularcolumns:: |\Y{0.15}|\Y{0.25}|\Y{0.6}|
IscProtectionDevice Field Values
Type Field Name Description
Integer FromUID Gets the unique ID of the nearest busbar to the protection device.
String BusName Gets of the nearest busbar to the protection device.
String Name Gets and sets the name of the protection device.
Integer Status

Status:

  • 0 = Switched in
  • -1 = Switched out
String DeviceManufacturer Gets the name of the manufacturer for the relay assigned to the protection device.
String DeviceFamily Gets the name of the relay family for the relay assigned to the protection device.
String DeviceDBName Gets the data base name of the relay assigned to the protection device.
String DeviceVersion Gets the version text of the relay assigned to the protection device.
String DeviceComments Gets the comments for the relay assigned to the protection device.
Float OCNominalCurrentA Gets the UID nominal operating current of the relay in Amps.

IscProtectionDevice Class

.. autoclass:: ipsa.IscProtectionDevice
   :members: