Uploaded image for project: 'ROGUE'
  1. ROGUE
  2. ESROGUE-649

PyDM: Fixed point display type bug

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: resolved
    • Icon: Minor Minor
    • None
    • None

      I have the following variable that's "fix_16_15"

              self.add(pr.RemoteVariable(
                  name         = 'NcoAmp',
                  description  = 'Sets the amplitude of the NCO output (fix_16_15)',
                  offset       = 0x04,
                  bitSize      = 16,
                  mode         = 'RW',
                  base         = pr.Fixed(bitSize=16,binPoint=15),
              ))
       

      But in the PyDM GUI, typeStr=Fixed_0_15 (not Fixed_16_15). I am testing using rogue v6.1.1

              ruckman Larry Ruckman
              ruckman Larry Ruckman
              Larry Ruckman
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: