Skip to main content

Oscilloscope

Oscilloscope

Overview needed


Constructor

public Oscilloscope

new Oscilloscope()

*Description needed*

Properties

No publicly accessible properties on Oscilloscope

private signals: (false | true)[][]

Description needed


Methods

protected onTick

onTick() => void

Description needed

public setInputPortCount

setInputPortCount(val) => void

Description needed

Parameters

  •  val: numberDescription needed

public setProp

setProp(key, val) => void

Description needed

Parameters

  •  key: stringDescription needed

  •  val: anyDescription needed

public reset

reset() => void

Description needed

public getPropInfo

getPropInfo(key) => BasePropInfo & { type: "boolean"; } | BasePropInfo & { type: "button"; getText: (states: any[]) => string; getNewState: (states: any[]) => any; } | BasePropInfo & UnitInfo | BasePropInfo & { type: "string"; constraint?: RegExp; } | BasePropInfo & { type: "color"; } | BasePropInfo & { type: "string[]"; options: [string, string][]; } | BasePropInfo & { type: "number[]"; options: [string, number][]; } | BasePropInfo & { type: "veci" | "vecf"; min?: Vector; max?: Vector; step?: Vector; }

Description needed

Parameters

  •  key: stringDescription needed

Returns

public getSignals

getSignals() => (false | true)[][]

Description needed

Returns

  •   (false | true)[][]Description needed

public getDisplayName

getDisplayName() => string

Description needed

Returns

  •   stringDescription needed

Static Methods

No static methods for Oscilloscope