:ACQuire:SPBit

Deprecated command. For FlexDCA revision A.05.60 and above, use the :ACQuire:SPUI command.

Command Syntax

:ACQuire:SPBit <samples>

<samples> is a double.

Query Syntax

:ACQuire:SPBit?

Description

Sets the number of samples-per-bit when the entire pattern is acquired (:ACQuire:EPATtern). The time spacing between measurement points can affect interpolation between the points used to make measurements. Increasing the samples increases the time required to capture a single sweep.

Example Command Sequence

This sequence of commands turns on pattern lock with 64 samples per bit, acquires the entire pattern, and applies a 32-count smoothing.

:TRIGger:PLOCk ON
*OPC?
  //  Your code to synchronize execution timing.
:ACQuire:EPATtern ON
:ACQuire:SPBit:AUTo MANual
:ACQuire:SPBit 64
*OPC?
  //  Your code to synchronize execution timing.
:ACQuire:SMOothing AVERage
:ACQuire:ECOunt 32

Child Commands