Module: Rampi::Variables

Included in:
DSL
Defined in:
lib/rampi/variables.rb

Instance Method Summary collapse

Instance Method Details

#v1Object

Time variable, actual value of the ramp +8000 per cycle



7
8
9
# File 'lib/rampi/variables.rb', line 7

def v1
  Var.new(:v1)
end

#v2Object

Random variable between 0 and 1 Updated at every step



13
14
15
# File 'lib/rampi/variables.rb', line 13

def v2
  Var.new(:v2)
end