RAW_CAPTURE¶
-
pyquil.gates.
RAW_CAPTURE
(frame, duration, memory_region, nonblocking=False)[source]¶ Produce a RAW-CAPTURE instruction.
- Parameters
frame (
Frame
) – The frame on which to capture raw values.duration (
float
) – The duration of the capture, in seconds.memory_region (
Union
[MemoryReference
,Tuple
[str
,int
],List
[Any
],str
]) – The classical memory region to store the resulting raw values.nonblocking (
bool
) – A flag indicating whether the capture is NONBLOCKING.
- Return type
RawCapture
- Returns
A RawCapture instance.