Class: SurgeArresterInfo
Properties of surge arrester.
classDiagram
class SurgeArresterInfo
AssetInfo <|-- SurgeArresterInfo
SurgeArresterInfo : alias_name
SurgeArresterInfo : assets
SurgeArresterInfo --> Asset : assets
SurgeArresterInfo : catalog_asset_type
SurgeArresterInfo --> CatalogAssetType : catalog_asset_type
SurgeArresterInfo : continuous_operating_voltage
SurgeArresterInfo --> Voltage : continuous_operating_voltage
SurgeArresterInfo : description
SurgeArresterInfo : diagram_objects
SurgeArresterInfo --> DiagramObject : diagram_objects
SurgeArresterInfo : instance_set
SurgeArresterInfo --> InstanceSet : instance_set
SurgeArresterInfo : is_polymer
SurgeArresterInfo : lightning_impulse_discharge_voltage
SurgeArresterInfo --> Voltage : lightning_impulse_discharge_voltage
SurgeArresterInfo : line_discharge_class
SurgeArresterInfo : m_rid
SurgeArresterInfo : names
SurgeArresterInfo --> Name : names
SurgeArresterInfo : nominal_discharge_current
SurgeArresterInfo --> CurrentFlow : nominal_discharge_current
SurgeArresterInfo : power_system_resources
SurgeArresterInfo --> PowerSystemResource : power_system_resources
SurgeArresterInfo : pressure_relief_class
SurgeArresterInfo --> CurrentFlow : pressure_relief_class
SurgeArresterInfo : product_asset_model
SurgeArresterInfo --> ProductAssetModel : product_asset_model
SurgeArresterInfo : properties_cimdata_object
SurgeArresterInfo --> ChangeSetMember : properties_cimdata_object
SurgeArresterInfo : rated_voltage
SurgeArresterInfo --> Voltage : rated_voltage
SurgeArresterInfo : steep_front_discharge_voltage
SurgeArresterInfo --> Voltage : steep_front_discharge_voltage
SurgeArresterInfo : switching_impulse_discharge_voltage
SurgeArresterInfo --> Voltage : switching_impulse_discharge_voltage
SurgeArresterInfo : targeting_cimdata_object
SurgeArresterInfo --> ChangeSetMember : targeting_cimdata_object
Inheritance
- IdentifiedObject
- AssetInfo
- SurgeArresterInfo
- AssetInfo
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| continuous_operating_voltage | 0..1 Voltage |
Maximum continuous power frequency voltage allowed on the surge arrester | direct |
| is_polymer | 0..1 Boolean |
If true, the arrester has a polymer housing, porcelain otherwise | direct |
| lightning_impulse_discharge_voltage | 0..1 Voltage |
Residual voltage during an 8x20 microsecond current impulse at the nominal di... | direct |
| line_discharge_class | 0..1 Integer |
Determines the arrester energy discharge capability | direct |
| nominal_discharge_current | 0..1 CurrentFlow |
The lightning discharge current used to classify the arrester | direct |
| pressure_relief_class | 0..1 CurrentFlow |
Fault current level at which all parts of the failed arrester lie within a ci... | direct |
| rated_voltage | 0..1 Voltage |
The temporary overvoltage (TOV) level at power frequency that the surge arres... | direct |
| steep_front_discharge_voltage | 0..1 Voltage |
Residual voltage during a current impulse with front time of 1 microsecond, a... | direct |
| switching_impulse_discharge_voltage | 0..1 Voltage |
Residual voltage during a current impulse with front time of at least 30 micr... | direct |
| power_system_resources | 0..* PowerSystemResource |
All power system resources with this datasheet information | AssetInfo |
| catalog_asset_type | 0..1 CatalogAssetType |
Asset information (nameplate) for this catalog asset type | AssetInfo |
| assets | 0..* Asset |
All assets described by this data | AssetInfo |
| product_asset_model | 0..1 ProductAssetModel |
Product asset model which conforms to this catalog asset type | AssetInfo |
| alias_name | 0..1 String |
The aliasName is free text human readable name of the object alternative to I... | IdentifiedObject |
| description | 0..1 String |
The description is a free human readable text describing or naming the object | IdentifiedObject |
| m_rid | 0..1 String |
Master resource identifier issued by a model authority | IdentifiedObject |
| diagram_objects | 0..* DiagramObject |
The diagram objects that are associated with the domain object | IdentifiedObject |
| instance_set | 1..1 InstanceSet |
Dataset containing the data objects | IdentifiedObject |
| names | 0..* Name |
All names of this identified object | IdentifiedObject |
| properties_cimdata_object | 0..1 ChangeSetMember |
The single CIM data object in the appropriate dataset context | IdentifiedObject |
| targeting_cimdata_object | 0..* ChangeSetMember |
Data objects registered | IdentifiedObject |
Identifier and Mapping Information
Schema Source
- from schema: https://cim.ucaiug.io/ns#TC57CIM
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | cim:SurgeArresterInfo |
| native | cim:SurgeArresterInfo |
LinkML Source
Direct
name: SurgeArresterInfo
description: Properties of surge arrester.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: AssetInfo
attributes:
continuous_operating_voltage:
name: continuous_operating_voltage
description: Maximum continuous power frequency voltage allowed on the surge arrester.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:SurgeArresterInfo.continuousOperatingVoltage
multivalued: false
domain_of:
- SurgeArresterInfo
range: Voltage
required: false
is_polymer:
name: is_polymer
description: If true, the arrester has a polymer housing, porcelain otherwise.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:SurgeArresterInfo.isPolymer
multivalued: false
domain_of:
- SurgeArresterInfo
range: boolean
required: false
lightning_impulse_discharge_voltage:
name: lightning_impulse_discharge_voltage
description: Residual voltage during an 8x20 microsecond current impulse at the
nominal discharge current level.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:SurgeArresterInfo.lightningImpulseDischargeVoltage
multivalued: false
domain_of:
- SurgeArresterInfo
range: Voltage
required: false
line_discharge_class:
name: line_discharge_class
description: Determines the arrester energy discharge capability. Choices are
limited to 0 (none) through 5 (highest) by IEC 60099. Classes 1..3 require a
10-kA nominal discharge current. Classes 4..5 require a 20-kA nominal discharge
current. Lower nominal discharge currents must use class 0.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:SurgeArresterInfo.lineDischargeClass
multivalued: false
domain_of:
- SurgeArresterInfo
range: integer
required: false
nominal_discharge_current:
name: nominal_discharge_current
description: The lightning discharge current used to classify the arrester. Choices
are limited to 1.5, 2.5, 5, 10, and 20 kA by IEC 60099.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:SurgeArresterInfo.nominalDischargeCurrent
multivalued: false
domain_of:
- SurgeArresterInfo
range: CurrentFlow
required: false
pressure_relief_class:
name: pressure_relief_class
description: Fault current level at which all parts of the failed arrester lie
within a circle prescribed by IEC 60099.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:SurgeArresterInfo.pressureReliefClass
multivalued: false
domain_of:
- SurgeArresterInfo
range: CurrentFlow
required: false
rated_voltage:
name: rated_voltage
description: The temporary overvoltage (TOV) level at power frequency that the
surge arrester withstands for 10 seconds.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:SurgeArresterInfo.ratedVoltage
multivalued: false
domain_of:
- EndDeviceInfo
- Structure
- SurgeArresterInfo
- PotentialTransformerInfo
- SwitchInfo
- CompositeSwitchInfo
- ShuntCompensatorInfo
- BushingInfo
- TapChangerInfo
- BusbarSectionInfo
range: Voltage
required: false
steep_front_discharge_voltage:
name: steep_front_discharge_voltage
description: Residual voltage during a current impulse with front time of 1 microsecond,
and magnitude equal to the nominal discharge current level.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:SurgeArresterInfo.steepFrontDischargeVoltage
multivalued: false
domain_of:
- SurgeArresterInfo
range: Voltage
required: false
switching_impulse_discharge_voltage:
name: switching_impulse_discharge_voltage
description: Residual voltage during a current impulse with front time of at least
30 microseconds, and magnitude specified in IEC 60099 for the line discharge
class. Does not apply to line discharge class 0.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:SurgeArresterInfo.switchingImpulseDischargeVoltage
multivalued: false
domain_of:
- SurgeArresterInfo
range: Voltage
required: false
class_uri: cim:SurgeArresterInfo
Induced
name: SurgeArresterInfo
description: Properties of surge arrester.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: AssetInfo
attributes:
continuous_operating_voltage:
name: continuous_operating_voltage
description: Maximum continuous power frequency voltage allowed on the surge arrester.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:SurgeArresterInfo.continuousOperatingVoltage
multivalued: false
alias: continuous_operating_voltage
owner: SurgeArresterInfo
domain_of:
- SurgeArresterInfo
range: Voltage
required: false
is_polymer:
name: is_polymer
description: If true, the arrester has a polymer housing, porcelain otherwise.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:SurgeArresterInfo.isPolymer
multivalued: false
alias: is_polymer
owner: SurgeArresterInfo
domain_of:
- SurgeArresterInfo
range: boolean
required: false
lightning_impulse_discharge_voltage:
name: lightning_impulse_discharge_voltage
description: Residual voltage during an 8x20 microsecond current impulse at the
nominal discharge current level.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:SurgeArresterInfo.lightningImpulseDischargeVoltage
multivalued: false
alias: lightning_impulse_discharge_voltage
owner: SurgeArresterInfo
domain_of:
- SurgeArresterInfo
range: Voltage
required: false
line_discharge_class:
name: line_discharge_class
description: Determines the arrester energy discharge capability. Choices are
limited to 0 (none) through 5 (highest) by IEC 60099. Classes 1..3 require a
10-kA nominal discharge current. Classes 4..5 require a 20-kA nominal discharge
current. Lower nominal discharge currents must use class 0.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:SurgeArresterInfo.lineDischargeClass
multivalued: false
alias: line_discharge_class
owner: SurgeArresterInfo
domain_of:
- SurgeArresterInfo
range: integer
required: false
nominal_discharge_current:
name: nominal_discharge_current
description: The lightning discharge current used to classify the arrester. Choices
are limited to 1.5, 2.5, 5, 10, and 20 kA by IEC 60099.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:SurgeArresterInfo.nominalDischargeCurrent
multivalued: false
alias: nominal_discharge_current
owner: SurgeArresterInfo
domain_of:
- SurgeArresterInfo
range: CurrentFlow
required: false
pressure_relief_class:
name: pressure_relief_class
description: Fault current level at which all parts of the failed arrester lie
within a circle prescribed by IEC 60099.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:SurgeArresterInfo.pressureReliefClass
multivalued: false
alias: pressure_relief_class
owner: SurgeArresterInfo
domain_of:
- SurgeArresterInfo
range: CurrentFlow
required: false
rated_voltage:
name: rated_voltage
description: The temporary overvoltage (TOV) level at power frequency that the
surge arrester withstands for 10 seconds.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:SurgeArresterInfo.ratedVoltage
multivalued: false
alias: rated_voltage
owner: SurgeArresterInfo
domain_of:
- EndDeviceInfo
- Structure
- SurgeArresterInfo
- PotentialTransformerInfo
- SwitchInfo
- CompositeSwitchInfo
- ShuntCompensatorInfo
- BushingInfo
- TapChangerInfo
- BusbarSectionInfo
range: Voltage
required: false
steep_front_discharge_voltage:
name: steep_front_discharge_voltage
description: Residual voltage during a current impulse with front time of 1 microsecond,
and magnitude equal to the nominal discharge current level.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:SurgeArresterInfo.steepFrontDischargeVoltage
multivalued: false
alias: steep_front_discharge_voltage
owner: SurgeArresterInfo
domain_of:
- SurgeArresterInfo
range: Voltage
required: false
switching_impulse_discharge_voltage:
name: switching_impulse_discharge_voltage
description: Residual voltage during a current impulse with front time of at least
30 microseconds, and magnitude specified in IEC 60099 for the line discharge
class. Does not apply to line discharge class 0.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:SurgeArresterInfo.switchingImpulseDischargeVoltage
multivalued: false
alias: switching_impulse_discharge_voltage
owner: SurgeArresterInfo
domain_of:
- SurgeArresterInfo
range: Voltage
required: false
power_system_resources:
name: power_system_resources
description: All power system resources with this datasheet information.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:AssetInfo.PowerSystemResources
multivalued: true
alias: power_system_resources
owner: SurgeArresterInfo
domain_of:
- AssetInfo
- Asset
- Location
- PSRType
range: PowerSystemResource
required: false
catalog_asset_type:
name: catalog_asset_type
description: Asset information (nameplate) for this catalog asset type.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:AssetInfo.CatalogAssetType
multivalued: false
alias: catalog_asset_type
owner: SurgeArresterInfo
domain_of:
- AssetInfo
- ProductAssetModel
range: CatalogAssetType
required: false
assets:
name: assets
description: All assets described by this data.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:AssetInfo.Assets
multivalued: true
alias: assets
owner: SurgeArresterInfo
domain_of:
- PowerSystemResource
- AssetInfo
- Location
- WorkTask
- ErpRecDelvLineItem
- AssetContainer
- ActivityRecord
- Procedure
- ReliabilityInfo
- AssetPropertyCurve
- AssetOrganisationRole
- ScheduledEvent
range: Asset
required: false
product_asset_model:
name: product_asset_model
description: Product asset model which conforms to this catalog asset type.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:AssetInfo.ProductAssetModel
multivalued: false
alias: product_asset_model
owner: SurgeArresterInfo
domain_of:
- AssetInfo
- Asset
- OperationalRestriction
- CatalogAssetType
range: ProductAssetModel
required: false
alias_name:
name: alias_name
description: "The aliasName is free text human readable name of the object alternative\
\ to IdentifiedObject.name. It may be non unique and may not correlate to a\
\ naming hierarchy.\r\nThe attribute aliasName is retained because of backwards\
\ compatibility between CIM relases. It is however recommended to replace aliasName\
\ with the Name class as aliasName is planned for retirement at a future time.\r\
\n\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:IdentifiedObject.aliasName
multivalued: false
alias: alias_name
owner: SurgeArresterInfo
domain_of:
- IdentifiedObject
range: string
required: false
description:
name: description
description: The description is a free human readable text describing or naming
the object. It may be non unique and may not correlate to a naming hierarchy.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:IdentifiedObject.description
multivalued: false
alias: description
owner: SurgeArresterInfo
domain_of:
- IdentifiedObject
- NameType
- NameTypeAuthority
- DataSet
- SwitchingStepGroup
- AreaReserveSpec
range: string
required: false
m_rid:
name: m_rid
description: "Master resource identifier issued by a model authority. The mRID\
\ is unique within an exchange context. Global uniqueness is easily achieved\
\ by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is\
\ strongly recommended.\r\nFor CIMXML data files in RDF syntax conforming to\
\ IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify\
\ CIM object elements."
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:IdentifiedObject.mRID
multivalued: false
alias: m_rid
owner: SurgeArresterInfo
domain_of:
- IdentifiedObject
- DataSet
range: string
required: false
diagram_objects:
name: diagram_objects
description: The diagram objects that are associated with the domain object.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:IdentifiedObject.DiagramObjects
multivalued: true
alias: diagram_objects
owner: SurgeArresterInfo
domain_of:
- IdentifiedObject
range: DiagramObject
required: false
instance_set:
name: instance_set
description: Dataset containing the data objects.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:IdentifiedObject.InstanceSet
multivalued: false
alias: instance_set
owner: SurgeArresterInfo
domain_of:
- IdentifiedObject
range: InstanceSet
required: true
names:
name: names
description: All names of this identified object.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:IdentifiedObject.Names
multivalued: true
alias: names
owner: SurgeArresterInfo
domain_of:
- IdentifiedObject
- NameType
range: Name
required: false
properties_cimdata_object:
name: properties_cimdata_object
description: The single CIM data object in the appropriate dataset context.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:IdentifiedObject.PropertiesCIMDataObject
multivalued: false
alias: properties_cimdata_object
owner: SurgeArresterInfo
domain_of:
- IdentifiedObject
range: ChangeSetMember
required: false
targeting_cimdata_object:
name: targeting_cimdata_object
description: Data objects registered.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:IdentifiedObject.TargetingCIMDataObject
multivalued: true
alias: targeting_cimdata_object
owner: SurgeArresterInfo
domain_of:
- IdentifiedObject
range: ChangeSetMember
required: false
class_uri: cim:SurgeArresterInfo