Category: Statement

Syntax: hrepeat <expression> <statement> end

Description

Hardware version of repeat-end command. Use the hrepeat keyword to iterate a statement on hardware. This statement may not be compatible with all pulse generators.

Parameter Type Description
expression int Number of iterations

Example:

%% make 10 acquisitions separated by 10us hrepeat 10 detect a wait 10us end

Legend: PPL keywords; PPL pulse commands; comments.