SynthOptions

class SynthOptions

Options for printing synthetic elements.

Members defined in SynthOptions (2 members)

literal_real

RW

How to print synthetic LiteralReal values:

__init__

Attributes

property literal_real: syside.conf.FloatFormat

How to print synthetic LiteralReal values:

  • none - implementation defined, typically fixed format, e.g. 0.024

  • exp - printed in exponential notation, e.g. 2.4e-2

  • prec - general format, switching between fixed and exponential format depending on the magnitude

Methods

__init__() None