Si command

From Sim Innovations Wiki
Jump to navigation Jump to search

Description

si_command(command_name)
si_command(command_name, type)

si_command is used to send a global command. Global commands can be used to communicate between instruments.

Return value

This function won't return any value.

Arguments

# Argument Type Description
1 command_name String Reference to a global command
2 type String (Optional) Can be "BEGIN", "ONCE" or "END".

Example (single variable)

-- Let another instrument know that the master dial has turned up
si_command("MASTER_DIAL_UP")