Attendees: Gerald Chan, Ric Dokken, Scott Franzen, Carey Garrenton, Greg Maston, Jim O'Reilly, Ernie Wahl Line and clause numbers if any are with regard to STIL.4 syntax document D02 dated July 11, 2016. ================================================================================ OLD BUSINESS: 1. Clause "32. TestType Definition": REPLACE: For each standard-defined test-type, STIL.4 or STIL.5 shall describe its function and how it uses its parameters to perform that function. WITH: Each standard-defined test-type shall be accompanied by a description of its function and how it uses its parameters to perform that function. That description should enable replicating test results across various ATE with identical electrical properties. 2. Insert in clause "21.1 Literal Values" after 2nd paragraph (rewritten from May 9, 2016 doc, Line 662): User-data AMPERES, CELSIUS, DECIBELS, DEGREES, FARADS, HENRIES, HERTZ, METERS, OHMS, SECONDS, VOLTS, and WATTS represent literal values with appropriate units, e.g., 100mA for AMPERES. PERCENT represents an integer or REAL followed by a percent sign, e.g., 5%. REAL represents a floating point number without units, e.g., 0.05. 3. Add "Node" to clause "3. Definitions": used to describe a node in a directed flow graph (flow-node) or an electrical node in a circuit 4. Syntax BNF inconsistently uses ::=, :=, and =, 7/5/2016 consensus: use ::= for BNF 5. Meta-type "next_stmt" is not defined in Syntax Document ================================================================================ CONSENSUS: 1. Replace row 3 in table 13 By-value/By-reference terminology with Jim's description: In: Object exists outside the called function/method. Can be changed in called function/method, but changes are not reflected outside called function/method InOut: Object exists outside the called function/method. Can be changed in called function/method; changes are reflected outside called function/method Out: Object exists ONLY in the called function/method. Created when object is instantiated. Cannot be changed outside the calling function/method Can be queried for current value outside the calling function/method. 2. Remove "Const" from Parameter direction on the basis that "In" and "Const InOut" are identical. Provide an example of the difference between the two and what capabilities are affected if any. ================================================================================ ACTION ITEMS: Ernie: CONSENSUS items 1 - 2 ================================================================================