format

The format 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.

Format

Bases: BaseTSPCmd

The format command tree.

Constants
  • .ASCII: Sets the data format for data that is printed using the printnumber() and printbuffer() functions to be ASCII format.
  • .BIGENDIAN: Sets the binary byte order for the data that is printed using the printnumber() and printbuffer() functions to be most significant byte first.
  • .DREAL: Sets the data format for data that is printed using the printnumber() and printbuffer() functions to be double-precision IEEE Std 754 binary format.
  • .LITTLEENDIAN: Sets the binary byte order for the data that is printed using the printnumber() and printbuffer() functions to be least significant byte first.
  • .NETWORK: Sets the binary byte order for the data that is printed using the printnumber() and printbuffer() functions to be most significant byte first.
  • .NORMAL: Sets the binary byte order for the data that is printed using the printnumber() and printbuffer() functions to be most significant byte first.
  • .REAL: Sets the data format for data that is printed using the printnumber() and printbuffer() functions to be double-precision IEEE Std 754 binary format.
  • .REAL32: Sets the data format for data that is printed using the printnumber() and printbuffer() functions to be single-precision IEEE Std 754 binary format.
  • .REAL64: Sets the data format for data that is printed using the printnumber() and printbuffer() functions to be double-precision IEEE Std 754 binary format.
  • .SREAL: Sets the data format for data that is printed using the printnumber() and printbuffer() functions to be single-precision IEEE Std 754 binary format.
  • .SWAPPED: Sets the binary byte order for the data that is printed using the printnumber() and printbuffer() functions to be least significant byte first.

ASCII class-attribute instance-attribute

ASCII = 'format.ASCII'

printbuffer() functions to be ASCII format.

BIGENDIAN class-attribute instance-attribute

BIGENDIAN = 'format.BIGENDIAN'

printbuffer() functions to be most significant byte first.

DREAL class-attribute instance-attribute

DREAL = 'format.DREAL'

printbuffer() functions to be double-precision IEEE Std 754 binary format.

LITTLEENDIAN class-attribute instance-attribute

LITTLEENDIAN = 'format.LITTLEENDIAN'

printbuffer() functions to be least significant byte first.

NETWORK class-attribute instance-attribute

NETWORK = 'format.NETWORK'

printbuffer() functions to be most significant byte first.

NORMAL class-attribute instance-attribute

NORMAL = 'format.NORMAL'

printbuffer() functions to be most significant byte first.

REAL class-attribute instance-attribute

REAL = 'format.REAL'

printbuffer() functions to be double-precision IEEE Std 754 binary format.

REAL32 class-attribute instance-attribute

REAL32 = 'format.REAL32'

printbuffer() functions to be single-precision IEEE Std 754 binary format.

REAL64 class-attribute instance-attribute

REAL64 = 'format.REAL64'

printbuffer() functions to be double-precision IEEE Std 754 binary format.

SREAL class-attribute instance-attribute

SREAL = 'format.SREAL'

printbuffer() functions to be single-precision IEEE Std 754 binary format.

SWAPPED class-attribute instance-attribute

SWAPPED = 'format.SWAPPED'

printbuffer() functions to be least significant byte first.