Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

asiCheckBlankNumericGeq

asiCheckBlankNumericGeq( 
o_obj 
r_form 
s_fieldName 
g_value 
) 
=> t / nil

Description

Verifies that the s_fieldName entry is a numeric value greater than or equal to g_value.

Arguments

o_obj

Can be one of the following objects: o_analysis, o_anaOption, o_envOption, o_simOption, o_keepOption.

r_form

Form created by a call to hiCreateAppForm or hiCreateForm.

s_fieldName

Handle to this field within a form. It may be referenced as formHandle->hiFieldSym

g_value

The value you want to choose.

Value Returned

t

When the check is successful.

nil

Indicates an error.


Return to top
 ⠀
X