#ifndef __SIM_ElectricalProperties_h__
#define __SIM_ElectricalProperties_h__
#define HDK_NAME_RESISTANCE "resistance"
#define HDK_NAME_CAPACITANCE "capacitance"
#define HDK_NAME_INDUCTANCE "inductance"
namespace HDK_Sample {
class SIM_ElectricalProperties :
public SIM_Data,
{
public:
protected:
private:
DECLARE_STANDARD_GETCASTTOTYPE();
"Electrical Properties",
getElectricalPropertiesDopDescription());
};
}
#endif