dso_channel module
- class dso_channel.Channel(parent, vernier: bool = False)
Bases:
objectThis module can control the Channel Vertical function on your DSO
- is_vernier(ch: int) bool
Check the adjustment mode of vertical scale.
Note
Invalid in some models.
- Parameters:
ch (int) – channel number
- Raises:
ValueError – Invalid for this model
- Returns:
True or False
- Return type:
- set_vernier_off(ch: int) bool
Set the adjustment mode of vertical scale to OFF.
Note
Invalid in some models.
- Parameters:
ch (int) – channel number
- Raises:
ValueError – Invalid for this model
- Returns:
True or False
- Return type: