Method: VCD::Reader#time

Defined in:
lib/libfst/vcd.rb

#timeInteger?

When called in one of the callbacks, returns the current time as an integer, nil otherwise.

Returns:

  • (Integer, nil)

    this value is to be multiplied with #timescale the get the real time



313
314
315
# File 'lib/libfst/vcd.rb', line 313

def time
  @time
end