(Record
 (numDims 1)
 (size 4)
 (schema
  (numFields 9)
  (fieldName "errnm"
   (type Text)
  )
  (fieldName "status"
   (type UInt8)
  )
  (fieldName "code"
   (type Text)
  )
  (fieldName "msg"
   (type Text)
  )
  (fieldName "errpin"
   (type UInt8)
  )
  (fieldName "more"
   (type UInt8)
  )
  (fieldName "tcode"
   (type Text)
  )
  (fieldName "desc"
   (type Text)
  )
  (fieldName "more_info"
   (type Text)
   (numDims 1)
   (size 10)
  )
 )
 (data 

  (record
   ( "errnm" "epin_multi_src")
   ( "status" 0)
   ( "code" "0.init")
   ( "msg" "init")
   ( "errpin" 0)
   ( "more" 0)
   ( "tcode" "unknown.source")
   ( "desc" "Parent object Error pin fired. Multiple possible error sources from within the parent object.")
   ( "more_info"
	 [ "" "" "" "" "" "" "" "" "" "" ]
   )
  )

  (record
   ( "errnm" "flush_232_resp")
   ( "status" 0)
   ( "code" "0.init")
   ( "msg" "init")
   ( "errpin" 0)
   ( "more" 0)
   ( "tcode" "unexpected.response.dio.rs232")
   ( "desc" "An error occured while attempting to flush an RS232 port receive buffer.")
   ( "more_info"
	 [ "" "" "" "" "" "" "" "" "" "" ]
   )
  )

  (record
   ( "errnm" "Max_count")
   ( "status" 0)
   ( "code" "0.init")
   ( "msg" "init")
   ( "errpin" 0)
   ( "more" 0)
   ( "tcode" "unexpected.maxcount")
   ( "desc" "Maximum count unexpectedly exceeded within a For-Count loop.")
   ( "more_info"
	 [ "" "" "" "" "" "" "" "" "" "" ]
   )
  )

  (record
   ( "errnm" "psup_init_response")
   ( "status" 0)
   ( "code" "0.init")
   ( "msg" "init")
   ( "errpin" 0)
   ( "more" 0)
   ( "tcode" "verifier.fixture.response.dio.rs232")
   ( "desc" "During Power Supply initialization, Expected and Actual responses from Power Supply differ.")
   ( "more_info"
	 [ "" "" "" "" "" "" "" "" "" "" ]
   )
  )

 )
)