Coolant Actions

class qtpyvcp.actions.coolant_actions.flood[source]

Flood Actions Group

static on()[source]

Turns Flood coolant ON

ActionButton syntax:

coolant.flood.on
static off()[source]

Turns Flood coolant OFF

ActionButton syntax:

coolant.flood.off
static toggle()[source]

Toggles Flood coolant ON/OFF

ActionButton syntax:

coolant.flood.toggle
class qtpyvcp.actions.coolant_actions.mist[source]

Mist Actions Group

static on()[source]

Turns Mist coolant ON

ActionButton syntax:

coolant.mist.on
static off()[source]

Turns Mist coolant OFF

ActionButton syntax:

coolant.mist.off
static toggle()[source]

Toggles Mist coolant ON/OFF

ActionButton syntax:

coolant.mist.toggle