Skip to content

signals

mandolout edited this page Aug 25, 2016 · 1 revision

The Virtual Device Server (VDS) incorporates the following LabRAD Signals

Table of Contents

signal__channel_set

Sent when a channel is set with the set_channel() command

Sends (ID, name, response)

signal__channel_get

Sent when a channel value is retrieved with the get_channel() command

Sends (ID, name, response)

signal__reg_channel_added

Sent when a channel is created

Sends (ID, name)

signal__reg_channel_deleted

Sent when a channel is deleted

Sends (ID, name)

Clone this wiki locally