/************************************************************************************************/
/* ext_map.txt: contains miscellaneous in-out data mappings for all types of		*/
/* 	external tasks, be they excel, perl, lisp, python... each mapset is keyed on	*/
/*	the classname and methodname of the external task in question.			*/
/************************************************************************************************/


MapSet icSimCaseObject::TestExcel
	PicVarOut	"A1"	""	""	0	
	PicVarIn	"B1"	""	""	1

MapSet icSimCaseObject::TestPerl
//	PicVarOut	"a"	""	""	0	
//	PicVarIn	"b"	""	""	1
	USDperCAD	"USDperCAD" "" "" 1
MapSet icSimCaseObject::TestPython
	PicVarOut	"a"	""	""	0	
	PicVarOut2	"b"	""	""	0
	PicVarIn	"b"	""	""	1
	PicVarIn2	"a" 	""  	""  	1
	NewValue	"a"	""	""	1
MapSet picCase::TestPython
	PicVarOut	"a"	"degF"	"DEG F"	0	
	PicVarOut2	"b"	""	""	0
	PicVarOut3	"c"	""	""	0
	PicVarIn	"b"	""	""	1
	PicVarIn2	"a" 	""  	""  	1
	NewValue	"a"	""	""	1
	WaynePipe   "pipeid" "" "" 1
	PyInput		"params" "" "" 0
	PyReturn	"retVal" "" "" 1
MapSet picItem::InspectMe
	Name		"ItemName" "" "" 0

/*****************************************************
**                                                  **
** VESSELS                                          **
**                                                  **
******************************************************/

MapSet icVesselHorizontal::PopulateSpecSheet
	Ccp:EquipmentDesignData:OperatingTemperature	"I22"	""	""	0
	Ccp:EquipmentDesignData:ApplicationSymbol	"I9"	""	""	0
	Ccp:EquipmentDesignData:Capacity		"I18"	""	""	0
	Ccp:EquipmentDesignData:DesignPressure		"I21"	""	""	0
	Ccp:EquipmentDesignData:DesignTemperature	"I24"	""	""	0

MapSet icBasisStandardCostBasis::UpdateCurrencies
	GeneralInformation:USDperGBP	"USDperGBP"	""	""	1	
	GeneralInformation:USDperkJPY	"USDperkJPY"	""	""	1

MapSet vsSeparatorVertical::TestExcel
	Diameter	"B1"	"ft"	""	0
	Height		"B2"	"ft"	""	0
	Capacity	"B3"	"ft3"	""	1