Function default

    • pvpython service

      Parameters

      • bindPath: string

        Path

      • script: string

        Script (POSIX path)

      • fileIn: string

        File in (POSIX path)

      • fileOut: string

        File out (POSIX path)

      • parameters: string[]

        Parameters

      Returns Promise<{
          code: number;
          data: string;
          error: string;
      }>

      Code, data, error

    Generated using TypeDoc and TypeDoc Airthium Plugin