:CHANnel:RTSCope:INTerpolate:METHod
Instrument:
UXR Scope
Meas. mode:
Scope
Eye
Flex Apps:
FlexRT
Command Syntax
:CHANnel{1:8}{A|B|C|D}:RTSCope:INTerpolate:METHod {NONE| SINC}
Where the required specifier {1:8}{A|B|C|D}
identifies a channel by its module slot number and channel letter. For example, channel 3C (CHANnel3C
).
The channel specifier will fail if it does not include a slot number. If instead the suffix's channel letter is missing, the command defaults to letter A
. As a result, the best practice is to always explicitly specify the channel by including both the module slot number and channel letter.
Query Syntax
:CHANnel{1:8}{A|B|C|D}:RTSCope:INTerpolate:METHod?
Description
For the selected channel, selects sin(x)/x interpolation or selects no interpolation.
- SINC
- Selects the sin(x)/x method, which is the default and is preferred when reconstructing a signal (having evenly spaced samples) that has been band limited. The number of points in the output waveform are evenly spaced and are set by either the interpolation factor (
:CHANnel:RTSCope:INTerpolate:FACTor
) command or the samples-per-UI (:CHANnel:RTSCope:INTerpolate:SPUI
) command. - NONE
- Turns interpolation off.
Before this command can take effect, you must disable shared acquisition parameters with the :CHANnel:RTSCope:TRACk
command.
Requires FlexDCA revision A.06.70 and above.
Example Command
:CHANnel2A:RTSCope:INTerpolate:METHod SINC