:DIFF:DISPlay
Instrument:
N1000A
DCA-M
Flex Apps:
FlexDCA
FlexRT
Meas. mode:
Scope
Eye
Jitter
TDR
Waveform type:
Differential
Command Syntax
:DIFF{1:8}{A|C}:DISPlay {ON | OFF | 1 | 0}
Where the required specifier {1:8}{A|C}
identifies the differential channel by its module slot and channel letter. For example, the differential waveform of channels 1A and 1B would be identified as :DIFF1A
.
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
:DIFF{1:8}{A|C}:DISPlay?
Query Response
{1 | 0}
Description
Turns the display of the specified differential channel on or off. Use the STATus
command to determine if a differential channel is available for display. Use the DMODe
command to enable a differential waveform.
Example Command Sequence
:DIFF1A:DEMODe ON *OPC? … // Your code to synchronize execution timing. :DIFF1A:DISPlay ON