Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
TouchPy 0.12.1 documentation
TouchPy 0.12.1 documentation
  • TouchPy Documentation
  • Installation
  • Overview
  • License

Core Reference

  • API Reference
    • touchpy.CUDADataType
    • touchpy.ChopChannels
    • touchpy.Color
    • touchpy.ColorPar
    • touchpy.Comp
    • touchpy.CompFlags
    • touchpy.CudaFlags
    • touchpy.CudaMemory
    • touchpy.CudaMemoryDesc
    • touchpy.DatTable
    • touchpy.InChop
    • touchpy.InChops
    • touchpy.InDat
    • touchpy.InDats
    • touchpy.InTop
    • touchpy.InTops
    • touchpy.LogLevel
    • touchpy.OutChop
    • touchpy.OutChops
    • touchpy.OutDat
    • touchpy.OutDats
    • touchpy.OutTop
    • touchpy.OutTops
    • touchpy.Par
    • touchpy.ParCollection
    • touchpy.PulsePar
    • touchpy.Time
  • TouchPy Data Types

Examples

  • Basic Example
Back to top
View this page

touchpy.PulsePar🔗

class touchpy.PulsePar(
arg0: TouchObject<TEInstance_>,
arg1: TouchObject<TELinkInfo>,
/,
)🔗

A pulse parameter in a TouchDesigner component

Methods

pulse() → None🔗
set(
arg: bool | str | int | Int2 | Int3 | Int4 | float | Float2 | Float3 | Float4 | Color,
/,
) → None🔗
Next
touchpy.Time
Previous
touchpy.ParCollection
Copyright © 2024
Made with Furo
On this page
  • touchpy.PulsePar
    • touchpy.PulsePar
      • touchpy.PulsePar.pulse()
      • touchpy.PulsePar.set()