File

src/generic/interfaces.ts

Description

Group of variables which are used by setConfig:

     channels:  Information related to channels: name (Always required) / tsampleCh (Optional).
     (Note: Available channels 16 [0-15], where the first channel starts from 0 and the last one will be channel 15)

     mode: Indicates the type of data capture (SINGLE/CONTINUOUS). (Always required)

     triggerType: Type of trigger (NONE,UP,DOWN,UPDOWN) (Always required)

     triggerAbs: Indicates if the type of trigger will be in absolute values or not.

     tSample: Shows the period set. (Optional): if not set, default period will be used, CNC loop cycle. (UNITS: microsec)

     nSample: Number of points to be captured. (Required for NONE,UP/DOWN,UPDOWN modes. Otherwise not necessary).

     triggerChannel: Indicates the channel which is configured for the trigger (Required for UP/DOWN,UPDOWN modes. Otherwise not necessary).

     triggerPosition: Percentage that shows position of the trigger (Required for UP/DOWN,UPDOWN modes. Otherwise not necessary)

     triggerLevel:The level where the trigger is detected (Required for UP/DOWN,UPDOWN modes. Otherwise not necessary)

Index

Properties

Properties

channels
channels: TraceChannelsInfo[]
Type : TraceChannelsInfo[]
mode
mode: TraceMode
Type : TraceMode
nSample
nSample: number
Type : number
Optional
triggerAbs
triggerAbs: boolean
Type : boolean
triggerChannel
triggerChannel: number
Type : number
Optional
triggerLevel
triggerLevel: number
Type : number
Optional
triggerPosition
triggerPosition: number
Type : number
Optional
triggerType
triggerType: TraceTriggerType
Type : TraceTriggerType
tSample
tSample: number
Type : number
Optional

results matching ""

    No results matching ""