Jump to content

Hello183

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Hello183

  1. I want to run a python node to call my python script. The function name is 'setupInf(InfDevice.FTDI_D2XX_MPSSE_SPI, True)', where the 'InfDevice' is an enum type, defined as 

    class InfDevice(CtypesEnum):
        FTDI_D2XX_MPSSE_SPI = 0
        FTDI_D2XX_FPGA = 1
        ...

    My question is how to pass this class type data (InfDevice.FTDI_D2XX_MPSSE_SPI) to the python node? Thank you in advance. 

    image.png.3bd56c4735586ed999d67f990522be2b.png

     

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.