smu

The smu commands module.

These commands are used in the following models: DAQ6510, DMM6500, DMM7510

THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.

Please report an issue if one is found.

Smu

Bases: BaseTSPCmd

The smu command tree.

Constants
  • .AUDIBLE_FAIL: Beeper sound on test failure.
  • .AUDIBLE_NONE: Beeper never sounds.
  • .AUDIBLE_PASS: Beeper sound on test pass.
  • .OFF: Allow the output to be turned on when the interlock is not engaged.
  • .ON: Only allow the output to be turned on if the interlock is engaged.

AUDIBLE_FAIL class-attribute instance-attribute

AUDIBLE_FAIL = 'smu.AUDIBLE_FAIL'

AUDIBLE_NONE class-attribute instance-attribute

AUDIBLE_NONE = 'smu.AUDIBLE_NONE'

AUDIBLE_PASS class-attribute instance-attribute

AUDIBLE_PASS = 'smu.AUDIBLE_PASS'

OFF class-attribute instance-attribute

OFF = 'smu.OFF'

ON class-attribute instance-attribute

ON = 'smu.ON'