Class: URBANopt::RNM::WiresExtendedCatalog

Inherits:
Object
  • Object
show all
Defined in:
lib/urbanopt/rnm/wires_class.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeWiresExtendedCatalog

Returns a new instance of WiresExtendedCatalog.



17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# File 'lib/urbanopt/rnm/wires_class.rb', line 17

def initialize
  self.x = []
  self.height = []
  self.gmr = []
  self.r = []
  self.ampacity = []
  self.diameter = []
  self.phase = []
  self.name = []
  self.type = []
  self.r_neutral = []
  self.gmr_neutral = []
  self.neutral_strands = []
  self.diameter_n_strand = []
  self.outside_diamater_neutral = []
end

Instance Attribute Details

#ampacityObject

Returns the value of attribute ampacity.



15
16
17
# File 'lib/urbanopt/rnm/wires_class.rb', line 15

def ampacity
  @ampacity
end

#diameterObject

Returns the value of attribute diameter.



15
16
17
# File 'lib/urbanopt/rnm/wires_class.rb', line 15

def diameter
  @diameter
end

#diameter_n_strandObject

Returns the value of attribute diameter_n_strand.



15
16
17
# File 'lib/urbanopt/rnm/wires_class.rb', line 15

def diameter_n_strand
  @diameter_n_strand
end

#gmrObject

Returns the value of attribute gmr.



15
16
17
# File 'lib/urbanopt/rnm/wires_class.rb', line 15

def gmr
  @gmr
end

#gmr_neutralObject

Returns the value of attribute gmr_neutral.



15
16
17
# File 'lib/urbanopt/rnm/wires_class.rb', line 15

def gmr_neutral
  @gmr_neutral
end

#heightObject

Returns the value of attribute height.



15
16
17
# File 'lib/urbanopt/rnm/wires_class.rb', line 15

def height
  @height
end

#nameObject

Returns the value of attribute name.



15
16
17
# File 'lib/urbanopt/rnm/wires_class.rb', line 15

def name
  @name
end

#neutral_strandsObject

Returns the value of attribute neutral_strands.



15
16
17
# File 'lib/urbanopt/rnm/wires_class.rb', line 15

def neutral_strands
  @neutral_strands
end

#outside_diamater_neutralObject

Returns the value of attribute outside_diamater_neutral.



15
16
17
# File 'lib/urbanopt/rnm/wires_class.rb', line 15

def outside_diamater_neutral
  @outside_diamater_neutral
end

#phaseObject

Returns the value of attribute phase.



15
16
17
# File 'lib/urbanopt/rnm/wires_class.rb', line 15

def phase
  @phase
end

#rObject

Returns the value of attribute r.



15
16
17
# File 'lib/urbanopt/rnm/wires_class.rb', line 15

def r
  @r
end

#r_neutralObject

Returns the value of attribute r_neutral.



15
16
17
# File 'lib/urbanopt/rnm/wires_class.rb', line 15

def r_neutral
  @r_neutral
end

#typeObject

Returns the value of attribute type.



15
16
17
# File 'lib/urbanopt/rnm/wires_class.rb', line 15

def type
  @type
end

#xObject

Returns the value of attribute x.



15
16
17
# File 'lib/urbanopt/rnm/wires_class.rb', line 15

def x
  @x
end