tspnet

The tspnet commands module.

These commands are used in the following models: SMU2601B_Pulse

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

Please report an issue if one is found.

Tspnet

Bases: BaseTSPCmd

The tspnet command tree.

Constants
  • .TERM_CR: Set the device line termination sequence to CR.
  • .TERM_CRLF: Set the device line termination sequence to CRLF.
  • .TERM_LF: Set the device line termination sequence to LF.
  • .TERM_LFCR: Set the device line termination sequence to LFCR.

TERM_CR class-attribute instance-attribute

TERM_CR = 'tspnet.TERM_CR'

TERM_CRLF class-attribute instance-attribute

TERM_CRLF = 'tspnet.TERM_CRLF'

TERM_LF class-attribute instance-attribute

TERM_LF = 'tspnet.TERM_LF'

TERM_LFCR class-attribute instance-attribute

TERM_LFCR = 'tspnet.TERM_LFCR'