set_timebase

Set the left- and right-hand span for the time axis. Units are seconds relative to the trigger point.

In the PID instrument, this timebase refers to the Monitor unit. See `set_monitor`.

Parameters

number required
Time from the trigger point to the left of screen. This may be negative (trigger on-screen) or positive (trigger off the left of screen).
number required
Time from the trigger point to the right of screen. (Must be a positive number, i.e. after the trigger event)
boolean
Disable all implicit conversions and coercions.
default: true

# Examples

# Sample response

{
  "offset": 0.0,
  "span": 0.002
}
1
2
3
4