ConditionalInstruction

ConditionalInstruction#

class iqm.models.playlist.instructions.ConditionalInstruction(condition, if_true, if_false)#

Bases: object

Class for Conditional Pulses.

Module: iqm.models.playlist.instructions

Attributes

condition

if_true

if_false

Methods

Parameters: