<< >>

Category
Pulse statement

Syntax
detect <expression>

Description

Trigger the acquisition system.

Used to specify time at which detection of a transient signal has to be started. Has zero duration.
Defines the acquisition channel and coefficient: a signal variable on value of which all transient data recorded after the execution of PPL will be multiplied. Number of arguments has to be smaller or equal to amount of signal variable declared.

Parameter

Type

Description

expression

signal

Detect coefficient and acquisition channels

Example:

int phase
signal a, b
p1 = ['+a', '-b']
p2 = ['-a', '+b']

detect p1(phase), p2(phase)

<< >>