File

src/waveform/waveform-launch-command.ts

Description

Waveform Launch Command is used to launch (and optionally start) waveforms.

Index

Properties

Properties

name
name: string
Type : string

The name of the Waveform to launch (SAD definition name)

started
started: boolean
Type : boolean

Set to true if the Waveform should be started too, false otherwise

export interface IWaveformLaunchCommand {
    /** The name of the Waveform to launch (SAD definition name) */
    name: string;
    /** Set to true if the Waveform should be started too, false otherwise */
    started: boolean;
}

results matching ""

    No results matching ""