dso_timebase module

class dso_timebase.TimeBase(parent, vernier: bool = False)

Bases: object

This module can control the Horizontal function on your DSO

get_hposition() float

Get the DSO Horizontal Position

Returns:

Horizontal Position value

Return type:

float

get_mode() str

Get Horizontal mode.

Returns:

Horizontal mode

Return type:

str

get_timebase() float

Get the DSO TimeBase value

Returns:

TimeBase value

Return type:

float

get_windowtimebase() float

Get the DSO Timebase Windowzoom value

Returns:

Window Timebase Windowzoom value

Return type:

float

set_hposition(hpos: float)

Change the DSO Horizontal Position

Parameters:

hpos (float) – Horizontal Position value

set_mode(mode: str)

Set Horizontal mode.

Parameters:

mode (str) – MAIN, WINDow or XY

set_timebase(hdiv: float)

Change the DSO TimeBase value

Parameters:

hdiv (float) – TimeBase value

set_windowtimebase(hdiv: float)

Change the DSO Timebase Windowzoom value

Parameters:

hdiv (float) – Timebase Windowzoom value