Retrieves the user-defined variable (UDV) setting of the job. (See the UDV 1, UDV 2, and UDV 3 settings in the dialog in the job description for the respective module.)
See detailed description of UDV functionality in SetUDV method.
Object.GetItrpUDV(UDVNo)
Object.GetVeriUDV(UDVNo)
Object.GetTranUDV(UDVNo)
|
Part |
Data type |
Description |
|
Object |
Object |
A Job object. |
|
UDVNo |
Integer |
UDV number 1, 2 or 3. |
The UDV saved in the job. If no string is specified in the job, an empty string is returned.
None.