VDG_Attribute

NI 5431 Composite Video Generator

NI 5431 Composite Video Generator
VDG_Attribute

This VI gets or sets any attribute for the selected video format.

Get/Set (Get) selects whether you want to Get or Set an attribute. If you enter the number listed to the left of the choices below in the box to the right of the Get/Set (Get) control and click Enter, the choice will appear in the control. You can also use the up and down arrows to the left of the control to select your choice.
0 Sync amplitude (IRE)
1 Zero level (IRE)
2 Setup level (IRE)
3 White level (IRE)
4 Sampling frequency (Hz)
5 Samples per line
6 Reference line
7 Sync duration (us)
8 Sync start (us)
9 Sync rise time (us)
10 Burst duration (us)
11 Burst start (us)
12 Burst rise time (us)
13 Burst amplitude (IRE)
14 Subcarrier periods per line
15 Subcarrier start phase (deg)
16 Subcarrier 2nd harmonic (%)
17 Subcarrier 3rd harmonic (%)
18 Brightness (IRE)
19 Contrast
20 Saturation
21 Tint (deg)
22 Gamma
23 Image interlaced
24 Image top (lines)
25 Image height (lines)
26 Image X start (us)
27 Image duration (us)
28 Image width (pixels)
29 Input gain
30 Input offset
31 Output gain
32 Output offset
33 Noise level (IRE rms)
34 Digital delay (pixels)
35 Field polarity
36 Y filter
37 UV filter
38 I filter
39 Q filter
40 C filter
41 Composite filter
42 SECAM Bottle shape signal
43 U or Q Gain
44 V or I Gain
Attribute selects which attribute to Get or Set.
Set value is the attribute value to be set.
error in is a cluster that describes the error status before this VI executes. If error in indicates that an error occurred before this VI was called, this VI may choose not to execute its function, but just pass the error through to its error out cluster. If no error has occurred, then this VI executes normally and sets its own corresponding error message. Using error in and error out clusters is a convenient way to check errors and to specify execution order by wiring the error output from one subVI to the error input of the next.
Get value returns the actual attribute value.
error out is a cluster that describes the error status after this VI executes. If an error occurred before this VI was called, error out is the same as error in. Otherwise, error out shows the error, if any, that occurred in this VI. Use the error handler VIs to look up the error code and to display the corresponding error message. Using error in and error out clusters is a convenient way to check errors and to specify execution order by wiring the error output from one subVI to the error input of the next.