Tektronix Video plug-in application Programmer Manual

LVDS Video Signals Plug-in Application
Programmer Manual
*P077164700*
077-1647-00
LVDS Video Signals Plug-in Application
Programmer Manual
www.tek.com
077-1647-00
Copyright © Tektronix. All rights reserved. Licensed software products are owned by Tektronix or its subsidiaries or suppliers, and are protected by national copyright laws and international treaty provisions. Tektronix products are covered by U.S. and foreign patents, issued and pending. Information in this publication supersedes that in all previously published material. Specifications and price change privileges reserved.
TEKTRONIX and TEK are registered trademarks of Tektronix, Inc.
Contacting Tektronix
Tektronix, Inc. 14150 SW Karl Braun Drive P.O. Box 500 Beaverton, OR 97077 USA
For product information, sales, service, and technical support:
In North America, call 1-800-833-9200.
Worldwide, visit www.tek.com to find contacts in your area.

Table of Contents

Getting started
Introduction .................................................................................................................................... 1
Syntax and commands
Command syntax ............................................................................................................................ 3
Parameter types ............................................................................................................................... 3
Command groups ............................................................................................................................ 4
Control commands .................................................................................................................... 4
Compile commands ................................................................................................................... 4
Encoding commands ................................................................................................................. 5
Voltage characteristics commands ............................................................................................ 5
Horizontal (pixel) commands .................................................................................................... 5
Vertical (lines) commands ......................................................................................................... 6
Export image data commands ................................................................................................... 6
Commands in alphabetical order .................................................................................................... 7
LVS:COMPile ........................................................................................................................... 7
LVS:COMPile:CANCel ............................................................................................................ 7
LVS:COMPile:CASSign ........................................................................................................... 7
LVS:COMPile:CHANnel .......................................................................................................... 8
LVS:COMPile:ENABle ............................................................................................................ 8
LVS:COMPile:NAME .............................................................................................................. 8
LVS:COMPile:OSAMpling ...................................................................................................... 9
LVS:COMPile:OUTPut ............................................................................................................ 9
LVS:COMPile:OVERwrite ....................................................................................................... 9
LVS:COMPile:PLAY ............................................................................................................. 10
LVS:COMPile:SRATe ............................................................................................................ 10
LVS:COMPile:SRATe:AUTO ................................................................................................ 11
LVS:EXPort:ENABle ............................................................................................................. 11
LVS:EXPort:FILE ................................................................................................................... 11
LVS:ENCoding:CBITs ........................................................................................................... 12
LVS:ENCoding:CMODe ........................................................................................................ 12
LVS:ENCoding:TYPE ............................................................................................................ 13
LVS:FILE ................................................................................................................................ 13
LVS:FRATe ............................................................................................................................ 13
LVS:HRESolution ................................................................................................................... 14
LVDS Video Signal Plug-in Programmer manual i
Table of Contents
LVS:HORizontal:ACTive ....................................................................................................... 14
LVS:HORizontal:ALOW ........................................................................................................ 14
LVS:HORizontal:BLANking:BPORch ................................................................................... 15
LVS:HORizontal:BLANking:FPORch ................................................................................... 15
LVS:HORizontal:PERiod ....................................................................................................... 15
LVS:HORizontal:SYNC ......................................................................................................... 16
LVS:PCLock ........................................................................................................................... 16
LVS:RESet .............................................................................................................................. 16
LVS:VRESolution ................................................................................................................... 17
LVS:VERTical:ACTive .......................................................................................................... 17
LVS:VERTical:ALOW ........................................................................................................... 17
LVS:VERTical:BLANking:BPORch ...................................................................................... 18
LVS:VERTical:BLANking:FPORch ...................................................................................... 18
LVS:VERTical:PERiod ........................................................................................................... 18
LVS:VERTical:SYNC ............................................................................................................ 19
LVS:VOLTage:HIGH ............................................................................................................. 19
LVS:VOLTage:LOW .............................................................................................................. 19
ii LVDS Video Signal Plug-in Programmer manual

Getting started

Introduction

This manual explains the use of commands to remotely control the LVDS Video plug-in application.
You can install the LVDS Video plug-in either in the SourceXpress software application or in an AWG5200 Series Arbitrary Waveform Generator.
Using a single VISA or raw socket session, it is possible to communicate the plug-in with both SourceXpress programmatic interface and AWG5200 Series instruments.
For information on the Remote Control, GPIB Parameters, LAN Parameters, Connecting to the Instrument using GPIB, and Setting up GPIB Communication, refer to the AWG5200 Series Arbitrary Waveform Generators Programmer Manual.
LVDS Video Signal Plug-in Programmer manual 1
Getting started
2 LVDS Video Signal Plug-in Programmer manual

Syntax and commands

Command syntax

For information on the Syntax Overview, Command and Query Structure, Clearing the Instrument, Command Entry, Parameter Types, SCPI Commands and Queries, refer to the AWG5200 Series Arbitrary Waveform Generators Programmer Manual.

Parameter types

Every parameter in the command and query descriptions is of a specified type. The parameters are enclosed in brackets, such as <value>. The parameter type is listed after the parameter and is enclosed in parentheses, for example, (boolean). Some parameter types are defined specifically for the RSA Series command set and some are defined by ANSI/IEEE 488.2-1987 as defined in the table below.
Parameter type Description Example
arbitrary block
boolean Boolean numbers or values ON or 1; OFF or 0
binary Binary numbers #B0110
octal Octal numbers #Q57, #Q3
hexadecimal
NR11 numeric Integers 0, 1, 15, -1
1 2
NR2
numeric Decimal numbers 1.2, 3.141516, -6.5
NR31 numeric Floating point numbers 3.1415E-9, -16.1E5
NRf1 numeric Flexible decimal number that
3
string
1
A specified length of arbitrary data
#512234xxxxx . . . where 5 indicates that the following 5 digits (12234) specify the length of the data in bytes; xxxxx ... indicates the data
1
Hexadecimal numbers
#HAA, #H1
(0-9, A, B, C, D, E, F)
See NR1, NR2, and NR3
may be type NR1, NR2 or NR3
Alphanumeric characters (must
examples
"Testing 1, 2, 3"
be within quotation marks)
1
Defined in ANSI/IEEE 488.2 as "Definite Length Arbitrary Block Response Data."
2
Some commands and queries will accept an octal or hexadecimal value even though the parameter type is defined as NR1.
3
Defined in ANSI/IEEE 488.2 as "String Response Data."
LVDS Video Signal Plug-in Programmer manual 3
Loading...
+ 19 hidden pages