class OpenStudio::Model::CurveRectangularHyperbola2

Public Class Methods

iddObjectType() click to toggle source

@return [IddObjectType]

# File lib/openstudio-api-stubs/Classes/CurveRectangularHyperbola2.rb, line 8
def self.iddObjectType
end
new(model) click to toggle source
# File lib/openstudio-api-stubs/Classes/CurveRectangularHyperbola2.rb, line 5
def self.new(model)
end
validInputUnitTypeforxValues() click to toggle source

@return [StringVector]

# File lib/openstudio-api-stubs/Classes/CurveRectangularHyperbola2.rb, line 11
def self.validInputUnitTypeforxValues
end
validOutputUnitTypeValues() click to toggle source

@return [StringVector]

# File lib/openstudio-api-stubs/Classes/CurveRectangularHyperbola2.rb, line 14
def self.validOutputUnitTypeValues
end

Public Instance Methods

coefficient1C1() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/CurveRectangularHyperbola2.rb, line 17
def coefficient1C1
end
coefficient2C2() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/CurveRectangularHyperbola2.rb, line 20
def coefficient2C2
end
coefficient3C3() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/CurveRectangularHyperbola2.rb, line 23
def coefficient3C3
end
inputUnitTypeforx() click to toggle source

@return [String]

# File lib/openstudio-api-stubs/Classes/CurveRectangularHyperbola2.rb, line 38
def inputUnitTypeforx
end
isInputUnitTypeforxDefaulted() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/CurveRectangularHyperbola2.rb, line 41
def isInputUnitTypeforxDefaulted
end
isOutputUnitTypeDefaulted() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/CurveRectangularHyperbola2.rb, line 47
def isOutputUnitTypeDefaulted
end
maximumCurveOutput() click to toggle source

@return [OptionalDouble]

# File lib/openstudio-api-stubs/Classes/CurveRectangularHyperbola2.rb, line 35
def maximumCurveOutput
end
maximumValueofx() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/CurveRectangularHyperbola2.rb, line 29
def maximumValueofx
end
minimumCurveOutput() click to toggle source

@return [OptionalDouble]

# File lib/openstudio-api-stubs/Classes/CurveRectangularHyperbola2.rb, line 32
def minimumCurveOutput
end
minimumValueofx() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/CurveRectangularHyperbola2.rb, line 26
def minimumValueofx
end
outputUnitType() click to toggle source

@return [String]

# File lib/openstudio-api-stubs/Classes/CurveRectangularHyperbola2.rb, line 44
def outputUnitType
end
resetInputUnitTypeforx() click to toggle source
# File lib/openstudio-api-stubs/Classes/CurveRectangularHyperbola2.rb, line 70
def resetInputUnitTypeforx
end
resetMaximumCurveOutput() click to toggle source
# File lib/openstudio-api-stubs/Classes/CurveRectangularHyperbola2.rb, line 65
def resetMaximumCurveOutput
end
resetMinimumCurveOutput() click to toggle source
# File lib/openstudio-api-stubs/Classes/CurveRectangularHyperbola2.rb, line 61
def resetMinimumCurveOutput
end
resetOutputUnitType() click to toggle source
# File lib/openstudio-api-stubs/Classes/CurveRectangularHyperbola2.rb, line 75
def resetOutputUnitType
end
setCoefficient1C1(double) click to toggle source
# File lib/openstudio-api-stubs/Classes/CurveRectangularHyperbola2.rb, line 49
def setCoefficient1C1(double)
end
setCoefficient2C2(double) click to toggle source
# File lib/openstudio-api-stubs/Classes/CurveRectangularHyperbola2.rb, line 51
def setCoefficient2C2(double)
end
setCoefficient3C3(double) click to toggle source
# File lib/openstudio-api-stubs/Classes/CurveRectangularHyperbola2.rb, line 53
def setCoefficient3C3(double)
end
setInputUnitTypeforx(string) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/CurveRectangularHyperbola2.rb, line 68
def setInputUnitTypeforx(string)
end
setMaximumCurveOutput(double) click to toggle source
# File lib/openstudio-api-stubs/Classes/CurveRectangularHyperbola2.rb, line 63
def setMaximumCurveOutput(double)
end
setMaximumValueofx(double) click to toggle source
# File lib/openstudio-api-stubs/Classes/CurveRectangularHyperbola2.rb, line 57
def setMaximumValueofx(double)
end
setMinimumCurveOutput(double) click to toggle source
# File lib/openstudio-api-stubs/Classes/CurveRectangularHyperbola2.rb, line 59
def setMinimumCurveOutput(double)
end
setMinimumValueofx(double) click to toggle source
# File lib/openstudio-api-stubs/Classes/CurveRectangularHyperbola2.rb, line 55
def setMinimumValueofx(double)
end
setOutputUnitType(string) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/CurveRectangularHyperbola2.rb, line 73
def setOutputUnitType(string)
end