System.Object
Eplan.EplApi.DataModel.UniversalPropertyList
Eplan.EplApi.DataModel.StorableObjectPropertyList
Eplan.EplApi.DataModel.ArticleReferencePropertyList
System.Object
Eplan.EplApi.DataModel.UniversalPropertyList
Eplan.EplApi.DataModel.StorableObjectPropertyList
Eplan.EplApi.DataModel.ArticleReferencePropertyList
[DefaultMember("Property")] public class ArticleReferencePropertyList : StorableObjectPropertyList
[DefaultMember("Property")] public ref class ArticleReferencePropertyList : public StorableObjectPropertyList
It uses the [] operator in order to access its elements (stored properties).
Property list is a container for property values and just like them can be persistent (also called online) or transient (also called offline). If a property list is persistent, this means that it is associated with the properties of some StorableObject or other property list. If any property is added, changed or removed from the property list in this case, the result is also visible in the related objects. Whether a property list is persistent or transient is determined at the time of its creation and cannot be changed.
// Creation of a persistent property list FunctionPropertyList oPersistentPropertyList1 = oFunction.Properties; oPersistentPropertyList1.FUNC_COMMENT = "Comment"; // Now, oFunction.Properties.FUNC_COMMENT is equals "Comment" FunctionPropertyList oPersistentPropertyList2 = new FunctionPropertyList(oFunction); oPersistentPropertyList2.FUNC_COMMENT = "Test"; // Now, oFunction.Properties.FUNC_COMMENT equals "Test" // Creation of a transient property list FunctionPropertyList oTransientPropertyList = new FunctionPropertyList(); oTransientPropertyList.FUNC_COMMENT = "Test comment"; oFunction.Properties.FUNC_COMMENT = oTransientPropertyList.FUNC_COMMENT; oTransientPropertyList.FUNC_COMMENT = "Transient comment"; // Now, oTransientPropertyList.FUNC_COMMENT equals "Test comment"
| Name | Description | |
|---|---|---|
![]() | ArticleReferencePropertyList Constructor | Constructor |
| Name | Description | |
|---|---|---|
![]() | ARTICLE_ABSORPTION_VOLUME | Reception volume # 26223. |
![]() | ARTICLE_ACCURACY_FOR_DYNAMIC_VISCOSITY | Dynamic viscosity: Accuracy # 26362. |
![]() | ARTICLE_ACCURACY_FOR_OPERATING_VOLUME_FLOW_RATE | Actual volume flow: Accuracy # 26360. |
![]() | ARTICLE_ACTIVE_POWER | Active power # 26641. |
![]() | ARTICLE_ACTIVE_POWER_LOSS | Active power loss # 26621. |
![]() | ARTICLE_ACTIVE_POWER_MAX_ASV | Active power (general power supply), max. # 26643. |
![]() | ARTICLE_ACTIVE_POWER_MAX_NEA | Active power (emergency power system), max. # 26645. |
![]() | ARTICLE_ACTIVE_POWER_MAX_UPS | Active power (uninterruptible power supply), max. # 26647. |
![]() | ARTICLE_ACTUAL_OUTPUT_HYDRAULIC | Actual power (hydraulic) # 26381. |
![]() | ARTICLE_ACTUAL_OUTPUT_HYDRAULIC_MAX | Actual power (hydraulic), max. # 26383. |
![]() | ARTICLE_ACTUAL_OUTPUT_HYDRAULIC_MIN | Actual power (hydraulic), min. # 26385. |
![]() | ARTICLE_ACTUAL_OUTPUT_PNEUMATIC | Actual power (pneumatic) # 26387. |
![]() | ARTICLE_ACTUAL_OUTPUT_PNEUMATIC_MAX | Actual power (pneumatic), max. # 26389. |
![]() | ARTICLE_ACTUAL_POWER_PNEUMATIC_MIN | Actual power (pneumatic), min. # 26391. |
![]() | ARTICLE_APPARENT_POWER | Apparent power # 26549. |
![]() | ARTICLE_APPLICATION_AREA_OF_THE_CABLE | Operating area: Cable # 26287. |
![]() | ARTICLE_APPLICATION_RANGE_OF_THE_CONNECTION_CABLE | Connecting cable: Application area # 26208. |
![]() | ARTICLE_BACNET | BACnet # 26227. |
![]() | ARTICLE_CABLE_ENTRY_INTO_THE_DEVICE | Cable entry into device # 26395. |
![]() | ARTICLE_CABLE_LENGTH_LAID | Cable length, routed # 26397. |
![]() | ARTICLE_CABLE_LENGTH_MAX | Cable length, max. # 26117. |
![]() | ARTICLE_CABLE_LEVEL | Cable: Voltage level # 26400. |
![]() | ARTICLE_CABLE_PIPE_TRANSMITTER_CONNECTION | Measuring transducer: Line connection (cable / pipe) # 26202. |
![]() | ARTICLE_CABLE_WINDER | Cable reel # 26393. |
![]() | ARTICLE_CABLEDESIGNATION | Cable / Conduit: Designation in graphic # 22064. |
![]() | ARTICLE_CAPACITY | Volume capacity # 26322. |
![]() | ARTICLE_CHARACTER_SET_ACCORDING_TO_BACNET_SPECIFICATION | BACnet: Character set acc. to BACnet specification # 26651. |
![]() | ARTICLE_CHARACTERISTIC | Characteristic curve # 26403. |
![]() | ARTICLE_CIRCUIT_BREAKER_TEST_AVAILABLE | Power circuit breaker - test available # 26433. |
![]() | ARTICLE_CLIMATE_CLASS | Climate class # 26407. |
![]() | ARTICLE_CLOSING_PRESSURE | Closing pressure # 26551. |
![]() | ARTICLE_CO2_EMISSION | CO2 emission # 26245. |
![]() | ARTICLE_COLLECTION_VOLUME | Retention volume # 26221. |
![]() | ARTICLE_CONNECTABLE_CABLE_TYPE | Connectable cable type # 26182. |
![]() | ARTICLE_CONNECTION_CABLE_LENGTH | Connecting cable: Length # 26206. |
![]() | ARTICLE_CONNECTION_TYPE | Connection point type # 26204. |
![]() | ARTICLE_CONNECTOR_HOUSING_OF_CONNECTION_1 | Plug-in connector housing (connection 1) # 26579. |
![]() | ARTICLE_CONNECTOR_HOUSING_OF_THE_CONNECTION_2 | Plug-in connector housing (connection 2) # 26581. |
![]() | ARTICLE_CPMS_GUID | Unique external part ID # 22984. |
![]() | ARTICLE_CURRENT_CONSUMPTION | Current consumption # 26595. |
![]() | ARTICLE_CURRENT_CONSUMPTION_MAX | Current consumption, max. # 26597. |
![]() | ARTICLE_DEPTH | Depth # 22014. |
![]() | ARTICLE_DESCR1 | Part: Designation 1 # 22004. |
![]() | ARTICLE_DESCR2 | Part: Designation 2 # 22005. |
![]() | ARTICLE_DESCR3 | Part: Designation 3 # 22006. |
![]() | ARTICLE_DEVICE_PROFILE_ACCORDING_TO_BACNET_SPECIFICATION | BACnet: Device profile according to BACnet specification # 26368. |
![]() | ARTICLE_DISCONTINUED | Discontinued part # 22258. |
![]() | ARTICLE_DUTY_CYCLE | Duty cycle # 26293. |
![]() | ARTICLE_EFFECTIVE_DELIVERY_RATE | Effective delivery amount # 26271. |
![]() | ARTICLE_EFFICIENCY | Efficiency # 26649. |
![]() | ARTICLE_END_VALUE_OF_THE_DYNAMIC_VISCOSITY_RANGE | Dynamic viscosity range: End value # 26299. |
![]() | ARTICLE_ENERGY_EFFICIENCY_CLASS | Energy efficiency class # 26301. |
![]() | ARTICLE_ENERGY_EFFICIENCY_CLASS_CN | Energy efficiency class CN # 26305. |
![]() | ARTICLE_ENERGY_EFFICIENCY_CLASS_MOTOR | Energy efficiency class (motor) # 26303. |
![]() | ARTICLE_ENERGY_EFFICIENCY_CLASS_US | Energy efficiency class US # 26307. |
![]() | ARTICLE_ERPNR | ERP / PDM number 1 # 22056. |
![]() | ARTICLE_ERPNR_10 | ERP / PDM number 10 # 22379. |
![]() | ARTICLE_ERPNR_2 | ERP / PDM number 2 # 22371. |
![]() | ARTICLE_ERPNR_3 | ERP / PDM number 3 # 22372. |
![]() | ARTICLE_ERPNR_4 | ERP / PDM number 4 # 22373. |
![]() | ARTICLE_ERPNR_5 | ERP / PDM number 5 # 22374. |
![]() | ARTICLE_ERPNR_6 | ERP / PDM number 6 # 22375. |
![]() | ARTICLE_ERPNR_7 | ERP / PDM number 7 # 22376. |
![]() | ARTICLE_ERPNR_8 | ERP / PDM number 8 # 22377. |
![]() | ARTICLE_ERPNR_9 | ERP / PDM number 9 # 22378. |
![]() | ARTICLE_ERPNR_DESCRIPTION | ERP / PDM number 1: Description # 22381. |
![]() | ARTICLE_ERPNR_DESCRIPTION_10 | ERP / PDM number 10: Description # 22390. |
![]() | ARTICLE_ERPNR_DESCRIPTION_2 | ERP / PDM number 2: Description # 22382. |
![]() | ARTICLE_ERPNR_DESCRIPTION_3 | ERP / PDM number 3: Description # 22383. |
![]() | ARTICLE_ERPNR_DESCRIPTION_4 | ERP / PDM number 4: Description # 22384. |
![]() | ARTICLE_ERPNR_DESCRIPTION_5 | ERP / PDM number 5: Description # 22385. |
![]() | ARTICLE_ERPNR_DESCRIPTION_6 | ERP / PDM number 6: Description # 22386. |
![]() | ARTICLE_ERPNR_DESCRIPTION_7 | ERP / PDM number 7: Description # 22387. |
![]() | ARTICLE_ERPNR_DESCRIPTION_8 | ERP / PDM number 8: Description # 22388. |
![]() | ARTICLE_ERPNR_DESCRIPTION_9 | ERP / PDM number 9: Description # 22389. |
![]() | ARTICLE_EXTERNAL_PLACEMENT | External placement # 22220. |
![]() | ARTICLE_FAN_AIR_FLOW | Blower air flow # 26353. |
![]() | ARTICLE_FILLING_LEVEL | Fill capacity # 26344. |
![]() | ARTICLE_FILLING_VOLUME | Fill volume # 26346. |
![]() | ARTICLE_FIRE_PROTECTION_PROPERTIES | Fire protection properties # 26243. |
![]() | ARTICLE_FITTING_LENGTH_OF_THE_PROTECTION_TUBE | Mounting length: Protective tube # 26277. |
![]() | ARTICLE_FLOW_DIRECTION | Flow direction: Operating flow direction # 26267. |
![]() | ARTICLE_FLOW_RATE | Flow rate # 26265. |
![]() | ARTICLE_FLOW_RATE_OPERATING_NORMAL_VOLUME_FLOW | Flow rate (operating / standard volume flow) # 26263. |
![]() | ARTICLE_FREE_DATA_DESCRIPTION | Free properties: Displayed name # 22146. |
![]() | ARTICLE_FREE_DATA_FULL | Free properties: Value and unit (full) # 22234. |
![]() | ARTICLE_FREE_DATA_IDENTNAME | User-defined properties: Identifying name # 22336. |
![]() | ARTICLE_FREE_DATA_NEWVALUE | User-defined properties: Value # 22337. |
![]() | ARTICLE_FREE_DATA_UNIT | Free properties: Unit # 22148. |
![]() | ARTICLE_FREE_DATA_VALUE | Free properties: Value # 22147. |
![]() | ARTICLE_FREQUENCY | Frequency # 26334. |
![]() | ARTICLE_FREQUENCY_RANGE | Frequency range # 26342. |
![]() | ARTICLE_FREQUENCY_RANGE_MAX | Frequency range, max. # 26330. |
![]() | ARTICLE_FREQUENCY_RANGE_MIN | Frequency range, min. # 26332. |
![]() | ARTICLE_FREQUENCY_SIGNAL_PROCESSING | Frequency (signal processing) # 26336. |
![]() | ARTICLE_FREQUENCY_SIGNAL_PROCESSING_SET | Frequency (signal processing), set # 26338. |
![]() | ARTICLE_FUNKTION_IN_RUHESTELLUNG | Function in rest position # 26348. |
![]() | ARTICLE_GROUPSYMBOLMACRO | Schematic macro # 22145. |
![]() | ARTICLE_GROUPSYMBOLMACRO_CUSTOM_ALL | Schematic macros for company standard # 22882. |
![]() | ARTICLE_GROUPSYMBOLMACRO_CUSTOM_MACRO | Schematic macro: Macro for company standard # 22881. |
![]() | ARTICLE_GROUPSYMBOLMACRO_CUSTOM_NAME | Schematic macro: Name for company standard # 22880. |
![]() | ARTICLE_GROUPSYMBOLMACRO_GB_CCC | Schematic macro: GB/CCC # 22873. |
![]() | ARTICLE_GROUPSYMBOLMACRO_GOST | Schematic macro: GOST # 22874. |
![]() | ARTICLE_GROUPSYMBOLMACRO_IEC | Schematic macro: IEC # 22870. |
![]() | ARTICLE_GROUPSYMBOLMACRO_NFPA_INCH | Schematic macro: NFPA inch # 22872. |
![]() | ARTICLE_GROUPSYMBOLMACRO_NFPA_MM | Schematic macro: NFPA mm # 22871. |
![]() | ARTICLE_HEIGHT | Height # 22012. |
![]() | ARTICLE_IDENTCODE | Barcode number # 22208. |
![]() | ARTICLE_IDENTTYPE | Barcode type # 22209. |
![]() | ARTICLE_INITIAL_VALUE_OF_THE_DYNAMIC_VISCOSITY_RANGE | Dynamic viscosity range: Start value # 26188. |
![]() | ARTICLE_INPUT_VOLTAGE_FREQUENCY | Frequency (input voltage) # 26340. |
![]() | ARTICLE_INPUT_VOLUME_FLOW | Input flow rate # 26279. |
![]() | ARTICLE_INRUSH_CURRENT | Inrush current # 26295. |
![]() | ARTICLE_INSTALLATION_LENGTH | Mounting length # 26275. |
![]() | ARTICLE_INTAKE_CAPACITY | Intake capacity # 26194. |
![]() | ARTICLE_INTAKE_VOLUME | Intake volume # 26196. |
![]() | ARTICLE_INTAKE_VOLUME_FLOW_MIN | Intake flow rate, min. # 26200. |
![]() | ARTICLE_LABELLING | Identification # 26405. |
![]() | ARTICLE_LENGTH_MAX | Length, max. # 26413. |
![]() | ARTICLE_LENGTH_MIN | Length, min. # 26415. |
![]() | ARTICLE_LIFETIME | Service time # 22142. |
![]() | ARTICLE_LOCATION | Operating location # 26291. |
![]() | ARTICLE_LV_IDENTIFIER | Bill of quantities: Identifier # 26438. |
![]() | ARTICLE_MACRO | Graphical macro # 22010. |
![]() | ARTICLE_MACRONAME | Graphical macro (without macro directory name) # 22018. |
![]() | ARTICLE_MAINTENANCE | Lubrication / maintenance # 22141. |
![]() | ARTICLE_MAINTENANCE_CYCLE | Maintenance cycle # 26637. |
![]() | ARTICLE_MAINTENANCE_INTERVAL | Maintenance interval # 26635. |
![]() | ARTICLE_MANUFACTURER | Manufacturer # 22007. |
![]() | ARTICLE_MASS | Mass # 26440. |
![]() | ARTICLE_MASS_MOMENT_OF_INERTIA_OF_THE_LOAD | Mass moment of inertia of the load # 26443. |
![]() | ARTICLE_MAX_POWER_CONSUMPTION | Power consumption, max. # 26419. |
![]() | ARTICLE_MAX_RATED_CURRENT | Nominal current, max. # 26500. |
![]() | ARTICLE_MAX_RATED_POWER | Nominal power (in kW), max. # 26478. |
![]() | ARTICLE_MEASURED_VARIABLE | Measurand # 26460. |
![]() | ARTICLE_MEASURING_ACCURACY | Measurement accuracy # 26458. |
![]() | ARTICLE_MOUNTING_FORM | Mounting configuration # 26273. |
![]() | ARTICLE_MOUNTINGSITE | Mounting surface # 22022. |
![]() | ARTICLE_NOMINAL_CURRENT | Nominal current # 26311. |
![]() | ARTICLE_NOMINAL_MOTOR_POWER | Motor nominal power # 26462. |
![]() | ARTICLE_NOMINAL_POWER_CONSUMPTION | Nominal power consumption # 26482. |
![]() | ARTICLE_NOMINAL_POWER_REQUIREMENT | Nominal power requirement # 26484. |
![]() | ARTICLE_NOMINAL_PRESSURE | Nominal pressure # 26470. |
![]() | ARTICLE_NOMINAL_PRESSURE_RANGE | Pressure range # 26472. |
![]() | ARTICLE_NOMINAL_PRESSURE_SERIES | Nominal pressure series # 26309. |
![]() | ARTICLE_NOMINAL_VOLUME_FLOW | Nominal flow rate # 26506. |
![]() | ARTICLE_NOMINAL_VOLUME_FLOW_OF_THE_SUCTION_SIDE | Nominal flow rate (intake side) # 26508. |
![]() | ARTICLE_NOMINAL_VOLUMETRIC_FLOW_OF_COMPRESSED_AIR | Nominal flow rate (compressed air) # 26510. |
![]() | ARTICLE_NOMINAL_WIDTH | Nominal size / diameter # 26512. |
![]() | ARTICLE_NOMINAL_WIDTH_CONNECTION_SIZE | Nominal size / connection size # 26514. |
![]() | ARTICLE_NOTE | Description # 22009. |
![]() | ARTICLE_NUMBER_OF_BACNET_I_O_OBJECTS | BACnet: Number of I/O objects # 26212. |
![]() | ARTICLE_NUMBER_OF_HW_INTERFACES_BACNET | BACnet: Number of hardware interfaces # 26214. |
![]() | ARTICLE_NUMBER_OF_INPUTS | Number of inputs # 26216. |
![]() | ARTICLE_NUMBER_OF_OUTPUTS | Number of outputs # 26011. |
![]() | ARTICLE_OPENING_PRESSURE | Opening pressure # 26522. |
![]() | ARTICLE_OPERATING_TEMPERATURE | Operating temperature # 26237. |
![]() | ARTICLE_OPERATING_TEMPERATURE_MAX | Operating temperature, max. # 26239. |
![]() | ARTICLE_OPERATING_TEMPERATURE_MIN | Operating temperature, min. # 26241. |
![]() | ARTICLE_ORDERNR | Order number # 22003. |
![]() | ARTICLE_OUTPUT_SPEED_MAX | Output speed, max. # 26183. |
![]() | ARTICLE_OUTPUT_SPEED_MIN | Output speed, min. # 26185. |
![]() | ARTICLE_OVERLOAD_CAPACITY_OVERCURRENT | Overload capability: Overcurrent # 26619. |
![]() | ARTICLE_PARTIAL_LENGTH | Subset / length # 20496. |
![]() | ARTICLE_PARTIAL_LENGTH_FULL | Subset / length (full) # 20510. |
![]() | ARTICLE_PARTIAL_LENGTH_IN_PROJECT_UNIT | Subset / length in unit of project # 20505. |
![]() | ARTICLE_PARTIAL_LENGTH_UNIT | Unit for subset / length # 20498. |
![]() | ARTICLE_PARTIAL_LENGTH_VALUE | Subset / length: Value # 20497. |
![]() | ARTICLE_PARTIAL_LENGTH_WITH_PROJECT_UNIT | Subset / length with unit of project # 20506. |
![]() | ARTICLE_PERFORMANCE_DESCRIPTION | Performance description, standardized: Description (device, utility, service) # 26425. |
![]() | ARTICLE_PICTUREFILE | Image file # 22045. |
![]() | ARTICLE_PLUG_CONNECTOR_CONNECTION_1 | Plug-in connector (connection 1) # 26575. |
![]() | ARTICLE_PLUG_CONNECTOR_CONNECTION_2 | Plug-in connector (connection 2) # 26577. |
![]() | ARTICLE_POSITION_KEYWORD | Performance description, standardized: Item keyword (device, utility, service) # 26536. |
![]() | ARTICLE_POSITION_NUMBER_MANUFACTURER | Item number (manufacturer) # 26534. |
![]() | ARTICLE_POSITION_NUMBER_STLB | Performance description, standardized: Item number (device, utility, service) # 26532. |
![]() | ARTICLE_POSSIBLE_APPLICATIONS | Possible uses # 26289. |
![]() | ARTICLE_POWER_CONSUMPTION | Power consumption # 26417. |
![]() | ARTICLE_POWER_DESCRIPTION | Performance description (item, device) # 26427. |
![]() | ARTICLE_POWER_GROUP_ITEM_NUMBER_LGPOSNR | Performance description, standardized: Performance group item number # 26431. |
![]() | ARTICLE_POWER_REQUIREMENT_MAX | Power requirement, max. # 26421. |
![]() | ARTICLE_POWER_REQUIREMENT_MIN | Power requirement, min. # 26423. |
![]() | ARTICLE_PRESSURE_STAGE | Pressure level # 26259. |
![]() | ARTICLE_PRODUCT_FUNCTION_WITH_BACNET | BACnet: Product function # 26538. |
![]() | ARTICLE_PRODUCTGROUP | Product group # 22041. |
![]() | ARTICLE_PRODUCTGROUPING | Product grouping # 22367. |
![]() | ARTICLE_PRODUCTSUBGROUP | Product subgroup # 22028. |
![]() | ARTICLE_PRODUCTTOPGROUP | Generic product group # 22138. |
![]() | ARTICLE_PROTECTION_CLASS_IP | Degree of protection (IP) # 26553. |
![]() | ARTICLE_PROTECTION_CLASS_IP_FRONT_SIDE | Degree of protection (IP): Front side # 26559. |
![]() | ARTICLE_PROTECTION_CLASS_IP_MOUNTED | Degree of protection (IP): Mounted # 26561. |
![]() | ARTICLE_PROTECTION_CLASS_IP_OF_THE_EVALUATION_ELECTRONICS | Degree of protection (IP): Evaluation electronics # 26555. |
![]() | ARTICLE_PROTECTION_CLASS_IP_OF_THE_MEASURING_HEAD | Degree of protection (IP): Measuring head # 26557. |
![]() | ARTICLE_PROTECTION_CLASS_IP_REAR | Degree of protection (IP): Rear side # 26563. |
![]() | ARTICLE_PROTECTION_CLASS_OF_THE_ELECTRIC_MOTOR | Protection type class (motor) # 26565. |
![]() | ARTICLE_PROTOCOL_BACNET | BACnet: Protocol # 26540. |
![]() | ARTICLE_PROVISION_OF_THE_CABLE | Provision of cable # 26232. |
![]() | ARTICLE_PROVISION_OF_THE_CABLE_GLAND | Provision of cable gland # 26230. |
![]() | ARTICLE_PUMPING_CAPACITY | Transport capacity # 26324. |
![]() | ARTICLE_PUMPING_CAPACITY_OF_THE_OPERATING_LIQUID | Transport capacity of the operating fluid # 26326. |
![]() | ARTICLE_PUMPING_VOLUME | Transport volume # 26328. |
![]() | ARTICLE_QUANTITY_IN_PROJECT_UNIT | Quantity / subset in unit of project # 20507. |
![]() | ARTICLE_RANGE_OF_APPLICATION | Operating area # 26285. |
![]() | ARTICLE_RATED_APPARENT_POWER | Rated apparent power # 26234. |
![]() | ARTICLE_RATED_CURRENT_CONSUMPTION | Nominal current consumption # 26504. |
![]() | ARTICLE_RATED_CURRENT_MIN | Nominal current, min. # 26502. |
![]() | ARTICLE_RATED_DRIVING_TORQUE | Nominal drive torque # 26466. |
![]() | ARTICLE_RATED_OUTPUT_TORQUE | Nominal output torque # 26464. |
![]() | ARTICLE_RATED_POWER_KW | Nominal power # 26474. |
![]() | ARTICLE_RATED_POWER_MIN | Nominal power (in kW), min. # 26480. |
![]() | ARTICLE_RATED_SPEED | Nominal rotation speed # 26468. |
![]() | ARTICLE_RATED_VOLTAGE | Nominal voltage # 26486. |
![]() | ARTICLE_RATED_VOLTAGE_FOR_AC | Nominal voltage (AC) # 26490. |
![]() | ARTICLE_RATED_VOLTAGE_FOR_AC_50_HZ | Nominal voltage (AC 50 Hz) # 26488. |
![]() | ARTICLE_RATED_VOLTAGE_FOR_DC | Nominal voltage (DC) # 26492. |
![]() | ARTICLE_RATED_VOLTAGE_OF_THE_CONTROL_CIRCUIT | Nominal voltage (control circuit) # 26496. |
![]() | ARTICLE_RATED_VOLTAGE_OF_THE_LOAD_CIRCUIT | Nominal voltage (load circuit) # 26494. |
![]() | ARTICLE_REPLACEMENT_FOR_PRODUCT | Replacement part: Original part # 26318. |
![]() | ARTICLE_REPORT_IDENTIFIER | Identifier for reports # 22214. |
![]() | ARTICLE_REPORT_SYMBOL | Symbol for reports # 22228. |
![]() | ARTICLE_RUN_UP_TIME | Start-up time # 26313. |
![]() | ARTICLE_SAFETYRELATED_B10 | Safety-related values: B10 # 40338. |
![]() | ARTICLE_SAFETYRELATED_B10D | Safety-related values: B10 D # 40339. |
![]() | ARTICLE_SAFETYRELATED_HIERARCHY_1 | Safety-related values: Hierarchy level 1 # 40321. |
![]() | ARTICLE_SAFETYRELATED_HIERARCHY_2 | Safety-related values: Hierarchy level 2 # 40322. |
![]() | ARTICLE_SAFETYRELATED_HIERARCHY_3 | Safety-related values: Hierarchy level 3 # 40323. |
![]() | ARTICLE_SAFETYRELATED_HIERARCHY_4 | Safety-related values: Hierarchy level 4 # 40324. |
![]() | ARTICLE_SAFETYRELATED_HIERARCHY_5 | Safety-related values: Hierarchy level 5 # 40325. |
![]() | ARTICLE_SAFETYRELATED_INPUT | Safety-related values: Input (Collect) # 40326. |
![]() | ARTICLE_SAFETYRELATED_LAMBDAD | Safety-related values: Lambda-D # 40334. |
![]() | ARTICLE_SAFETYRELATED_LOGIC | Safety-related values: Logic (Generate report) # 40328. |
![]() | ARTICLE_SAFETYRELATED_MTBF | Safety-related values: MTBF # 40336. |
![]() | ARTICLE_SAFETYRELATED_MTTF | Safety-related values: MTTF # 40335. |
![]() | ARTICLE_SAFETYRELATED_MTTFD | Safety-related values: MTTFD # 40333. |
![]() | ARTICLE_SAFETYRELATED_OUTPUT | Safety-related values: Output (React) # 40327. |
![]() | ARTICLE_SAFETYRELATED_PFHD | Safety-related values: PFHD # 40331. |
![]() | ARTICLE_SAFETYRELATED_PL | Safety-related values: PL # 40329. |
![]() | ARTICLE_SAFETYRELATED_RDF | Safety-related values: RDF # 40337. |
![]() | ARTICLE_SAFETYRELATED_SILCL | Safety-related values: SIL CL # 40330. |
![]() | ARTICLE_SAFETYRELATED_TMT1 | Safety-related values: TMT1 # 40332. |
![]() | ARTICLE_SALESPRICE_1 | Sales price Currency 1 # 22107. |
![]() | ARTICLE_SALESPRICE_2 | Sales price Currency 2 # 22108. |
![]() | ARTICLE_SECONDARY_CASING_PRESSURE_STAGE | Pressure level of secondary housing # 26261. |
![]() | ARTICLE_SERVICE_UNIT | Performance unit (bill of quantities) # 26429. |
![]() | ARTICLE_SET_POINT | Setpoint # 26567. |
![]() | ARTICLE_SHOCK_LOAD | Shock load # 26584. |
![]() | ARTICLE_SPARE | Spare part # 22140. |
![]() | ARTICLE_SPECIFIED_MAXIMUM_DRIVE_TORQUE | Drive torque (specified), max. # 26570. |
![]() | ARTICLE_SPECIFIED_MINIMUM_DRIVE_TORQUE | Drive torque (specified), min. # 26572. |
![]() | ARTICLE_SPEED_MAX | Rotation speed, max. # 26255. |
![]() | ARTICLE_SPEED_MIN | Rotation speed, min. # 26257. |
![]() | ARTICLE_STANDARD_BACNET_ | BACnet: Standard # 26516. |
![]() | ARTICLE_START_UP_TIME | Switch-on time # 26192. |
![]() | ARTICLE_STARTING_CURRENT_A | Starting current, max. # 26190. |
![]() | ARTICLE_STORAGE_TRANSPORT_AND_PACKAGING_REQUIREMENT | Storage, transport and packaging (requirement) # 26409. |
![]() | ARTICLE_STRESS | Stress # 22143. |
![]() | ARTICLE_STRIPPING_LENGTH | Jacket (cable) stripping length # 26010. |
![]() | ARTICLE_SUCTION_VOLUME_FLOW_MAX | Intake flow rate, max. # 26198. |
![]() | ARTICLE_SUITABLE_AS_MONITOR | Suitable as monitoring device # 26355. |
![]() | ARTICLE_SUITABLE_FOR_CABLE_DIAMETERS | Suitable for cable diameter # 26350. |
![]() | ARTICLE_SUITABLE_FOR_PROTECTION_CLASS_IP | Suitable for degree of protection (IP) # 26358. |
![]() | ARTICLE_SUPPLIER | Supplier # 22008. |
![]() | ARTICLE_SUPPLIER_BATCH_NUMBER | Supplier batch number # 26435. |
![]() | ARTICLE_SUPPLY_VOLTAGE_RANGE | Supply voltage range # 26623. |
![]() | ARTICLE_SWITCHING_CAPACITY | Switching capacity # 26545. |
![]() | ARTICLE_TEMPERATUR_MEDIUM_MAX | Temperature (medium), max. # 26609. |
![]() | ARTICLE_TEMPERATUR_MEDIUM_MIN | Temperature (medium), min. # 26611. |
![]() | ARTICLE_TEMPERATURE_MAX | Temperature, max. # 26607. |
![]() | ARTICLE_TEMPERATURE_MIN | Temperature, min. # 26613. |
![]() | ARTICLE_TEMPERATURE_RANGE_MEDIUM_MAX | Temperature range (medium), max. # 26615. |
![]() | ARTICLE_TEMPERATURE_RANGE_MEDIUM_MIN | Temperature range (medium), min. # 26617. |
![]() | ARTICLE_THROUGHPUT | Throughput # 26269. |
![]() | ARTICLE_TORQUE_ | Torque # 26247. |
![]() | ARTICLE_TORQUE_AT_MAX_SPEED | Torque (at max. rotation speed) # 26249. |
![]() | ARTICLE_TORQUE_AT_MIN_SPEED | Torque (at min. rotation speed) # 26251. |
![]() | ARTICLE_TORQUE_MAX_ | Torque, max. # 26253. |
![]() | ARTICLE_TOTAL_NUMBER_OF_BACNET_OBJECTS | BACnet: Total number of objects # 26210. |
![]() | ARTICLE_TYPE_OF_FLOW | Type of flow # 26219. |
![]() | ARTICLE_TYPE_OF_SWITCHING | Circuit type # 26547. |
![]() | ARTICLE_TYPE_OF_USE | Operating mode # 26283. |
![]() | ARTICLE_TYPENR | Type number # 22002. |
![]() | ARTICLE_UNIQUEID | Unique part ID # 22060. |
![]() | ARTICLE_UNIT | Unit # 26281. |
![]() | ARTICLE_UNIT_CLASS | Device class # 26366. |
![]() | ARTICLE_UNIT_DESIGN | Type of construction: Device # 26364. |
![]() | ARTICLE_UPPER_PROCESS_PRESSURE_LIMIT_ABSOLUTE_PRESSURE | Process pressure (absolute pressure), max. # 26518. |
![]() | ARTICLE_UPPER_PROCESS_PRESSURE_LIMIT_GAUGE_PRESSURE | Process pressure (overpressure), max. # 26520. |
![]() | ARTICLE_USAGE | Procurement # 22144. |
![]() | ARTICLE_USE_FOR_MARKING_TYPE | Usage for labeling type # 26625. |
![]() | ARTICLE_VERSION_AS_MAINTENANCE_REPAIR_SWITCH | Designed as maintenance / repair switch # 26012. |
![]() | ARTICLE_VISCOSITY | Viscosity # 26627. |
![]() | ARTICLE_VISCOSITY_CLASS_ACCORDING_TO_DIN_51519 | Viscosity class (acc. to DIN 51519) # 26631. |
![]() | ARTICLE_VISCOSITY_INDEX_ACCORDING_TO_DIN_ISO_2909 | Viscosity index (acc. to DIN ISO 2909) # 26629. |
![]() | ARTICLE_VOLUME_FLOW_HEATING_M3_H | Flow rate # 26633. |
![]() | ARTICLE_WEAR | Wearing part # 22139. |
![]() | ARTICLE_WEIGHT_DISPLAY_UNIT | Weight in displayed unit # 22059. |
![]() | ARTICLE_WEIGHT_ITEM | Weight (part) # 26370. |
![]() | ARTICLE_WEIGHT_KG_1000_M | Weight (in kg/1000 m) # 26374. |
![]() | ARTICLE_WEIGHT_OF_THE_INDIVIDUAL_ARTICLE_PACKAGING | Weight (individual packaging) # 26376. |
![]() | ARTICLE_WEIGHT_OF_THE_PACKAGING | Weight (packaging) # 26378. |
![]() | ARTICLE_WEIGHT_TOTAL | Total weight (part) # 26372. |
![]() | ARTICLE_WIDTH | Width # 22013. |
![]() | ARTICLEREF_ADDITIONAL_BOOLFIELD | Suppl. field: Yes / No # 20502. |
![]() | ARTICLEREF_ADDITIONAL_TEXTFIELD | Suppl. field: Text # 20501. |
![]() | ARTICLEREF_AML_GUID | AutomationML GUID (accessories) # 40348. |
![]() | ARTICLEREF_ARTICLEDEFINITION | Part of a part definition # 20508. |
![]() | ARTICLEREF_ASSEMBLY | Assembly # 20492. |
![]() | ARTICLEREF_ASSEMBLYSTRUCTURE | Assembly structure # 20511. |
![]() | ARTICLEREF_ASSEMBLYVARIANT | Assembly variant # 20512. |
![]() | ARTICLEREF_ASSIGNMENT | Part allocation # 20491. |
![]() | ARTICLEREF_CONSTRUCTION_NAME | Used drilling pattern: Name # 40340. |
![]() | ARTICLEREF_COUNT | Number of units / quantity # 20482. |
![]() | ARTICLEREF_COUNT_NOTPLACED | Number of units / quantity (unplaced) # 20484. |
![]() | ARTICLEREF_COUNT_NOTPLACED_3D | Number of units / quantity (unplaced, 3D) # 20509. |
![]() | ARTICLEREF_COUNT_PLACED | Number of units / quantity (placed) # 20483. |
![]() | ARTICLEREF_CRAFT | Trade of part reference # 40343. |
![]() | ARTICLEREF_FUNCTIONGROUP | Function group # 20489. |
![]() | ARTICLEREF_HARNESSPROD_GUID | Harness proD GUID # 40347. |
![]() | ARTICLEREF_IDENTNAME | DT # 20480. |
![]() | ARTICLEREF_MODULE_PART | Part is included in a module # 20493. |
![]() | ARTICLEREF_MOUNTINGPLATE | Mounting panel # 20485. |
![]() | ARTICLEREF_PARTNO | Part number # 20481. |
![]() | ARTICLEREF_PARTSLISTGROUP | Bill of materials group # 22289. |
![]() | ARTICLEREF_PARTTYPE | Record type # 20486. |
![]() | ARTICLEREF_PIECETYPE | Part group # 20490. |
![]() | ARTICLEREF_POSNR | Item number # 20487. |
![]() | ARTICLEREF_PROJECTARTICLE | Project part # 20495. |
![]() | ARTICLEREF_SUBCRAFT | Subtrade of part reference # 40344. |
![]() | ARTICLEREF_SUPPRESSINPARTSLIST | Suppress in bill of materials (if filtered) # 20494. |
![]() | ARTICLEREF_TERMINALSORTCODE | Sorting of part on terminal strip # 40342. |
![]() | ARTICLEREF_USED_SAFETYRELATEDVALUE | Safety-related values: Use case in use # 40345. |
![]() | ARTICLEREF_USED_SAFETYRELATEDVALUE_NAME | Safety-related values: Use case in use (name) # 40346. |
![]() | ARTICLEREF_VARIANT | Part variant # 20488. |
![]() | DESIGNATION_FULLFUNCTIONALASSIGNMENT | Functional assignment # 1320. |
![]() | DESIGNATION_FULLFUNCTIONALASSIGNMENT_DESCR | Functional assignment: Description # 1350. |
![]() | DESIGNATION_FULLFUNCTIONALASSIGNMENT_WITHPREFIX | Functional assignment with preceding sign # 1340. |
![]() | DESIGNATION_FULLINSTALLATIONNUMBER | Higher-level function number # 1720. |
![]() | DESIGNATION_FULLINSTALLATIONNUMBER_DESCR | Higher-level function number: Description # 1750. |
![]() | DESIGNATION_FULLINSTALLATIONNUMBER_WITHPREFIX | Higher-level function number with preceding sign # 1740. |
![]() | DESIGNATION_FULLLOCATION | Location designation # 1220. |
![]() | DESIGNATION_FULLLOCATION_DESCR | Location designation: Description # 1250. |
![]() | DESIGNATION_FULLLOCATION_WITHPREFIX | Location designation with preceding sign # 1240. |
![]() | DESIGNATION_FULLPLACEOFINSTALLATION | Installation site # 1420. |
![]() | DESIGNATION_FULLPLACEOFINSTALLATION_DESCR | Installation site: Description # 1450. |
![]() | DESIGNATION_FULLPLACEOFINSTALLATION_WITHPREFIX | Installation site with preceding sign # 1440. |
![]() | DESIGNATION_FULLPLANT | Function designation # 1120. |
![]() | DESIGNATION_FULLPLANT_DESCR | Function designation: Description # 1150. |
![]() | DESIGNATION_FULLPLANT_WITHPREFIX | Function designation with preceding sign # 1140. |
![]() | DESIGNATION_FULLPRODUCT | Product # 1820. |
![]() | DESIGNATION_FULLPRODUCT_DESCR | Product: Description # 1850. |
![]() | DESIGNATION_FULLPRODUCT_WITHPREFIX | Product with preceding sign # 1840. |
![]() | DESIGNATION_FULLSUBFUNCTIONALASSIGNMENT | Functional assignment (sub-identifier, complete) # 1321. |
![]() | DESIGNATION_FULLSUBINSTALLATIONNUMBER | Higher-level function number (sub-identifier, complete) # 1721. |
![]() | DESIGNATION_FULLSUBLOCATION | Location designation (sub-identifier, complete) # 1221. |
![]() | DESIGNATION_FULLSUBPLACEOFINSTALLATION | Installation site (sub-identifier, complete) # 1421. |
![]() | DESIGNATION_FULLSUBPLANT | Function designation (sub-identifier, complete) # 1121. |
![]() | DESIGNATION_FULLSUBPRODUCT | Product (sub-identifier, complete) # 1821. |
![]() | DESIGNATION_FULLSUBUSERDEFINED | User-defined structure (sub-identifier, complete) # 1621. |
![]() | DESIGNATION_FULLUSERDEFINED | User-defined structure # 1620. |
![]() | DESIGNATION_FULLUSERDEFINED_DESCR | User-defined structure: Description # 1650. |
![]() | DESIGNATION_FULLUSERDEFINED_WITHPREFIX | User-defined structure with preceding sign # 1640. |
![]() | DESIGNATION_FUNCTIONALASSIGNMENT | Functional assignment (main identifier) # 1300. |
![]() | DESIGNATION_FUNCTIONALASSIGNMENT_DESCR | Functional assignment (main identifier): Description # 1330. |
![]() | DESIGNATION_FUNCTIONALASSIGNMENT_LEADINGPARTS | Functional assignment (leading identifiers) # 1322. |
![]() | DESIGNATION_INSTALLATIONNUMBER | Higher-level function number (main identifier) # 1700. |
![]() | DESIGNATION_INSTALLATIONNUMBER_DESCR | Higher-level function number (main identifier): Description # 1730. |
![]() | DESIGNATION_INSTALLATIONNUMBER_LEADINGPARTS | Higher-level function number (leading identifiers) # 1722. |
![]() | DESIGNATION_LOCATION | Location designation (main identifier) # 1200. |
![]() | DESIGNATION_LOCATION_DESCR | Location designation (main identifier): Description # 1230. |
![]() | DESIGNATION_LOCATION_LEADINGPARTS | Location designation (leading identifiers) # 1222. |
![]() | DESIGNATION_PLACEOFINSTALLATION | Installation site (main identifier) # 1400. |
![]() | DESIGNATION_PLACEOFINSTALLATION_DESCR | Installation site (main identifier): Description # 1430. |
![]() | DESIGNATION_PLACEOFINSTALLATION_LEADINGPARTS | Installation site (leading identifiers) # 1422. |
![]() | DESIGNATION_PLANT | Function designation (main identifier) # 1100. |
![]() | DESIGNATION_PLANT_DESCR | Function designation (main identifier): Description # 1130. |
![]() | DESIGNATION_PLANT_LEADINGPARTS | Function designation (leading identifiers) # 1122. |
![]() | DESIGNATION_PRODUCT | Product (main identifier) # 1800. |
![]() | DESIGNATION_PRODUCT_DESCR | Product (main identifier): Description # 1830. |
![]() | DESIGNATION_PRODUCT_LEADINGPARTS | Product (leading identifiers) # 1822. |
![]() | DESIGNATION_SUBFUNCTIONALASSIGNMENT1 | Functional assignment (sub-identifier 1) # 1301. |
![]() | DESIGNATION_SUBFUNCTIONALASSIGNMENT1_DESCR | Functional assignment (sub-identifier 1): Description # 1331. |
![]() | DESIGNATION_SUBFUNCTIONALASSIGNMENT2 | Functional assignment (sub-identifier 2) # 1302. |
![]() | DESIGNATION_SUBFUNCTIONALASSIGNMENT2_DESCR | Functional assignment (sub-identifier 2): Description # 1332. |
![]() | DESIGNATION_SUBFUNCTIONALASSIGNMENT3 | Functional assignment (sub-identifier 3) # 1303. |
![]() | DESIGNATION_SUBFUNCTIONALASSIGNMENT3_DESCR | Functional assignment (sub-identifier 3): Description # 1333. |
![]() | DESIGNATION_SUBFUNCTIONALASSIGNMENT4 | Functional assignment (sub-identifier 4) # 1304. |
![]() | DESIGNATION_SUBFUNCTIONALASSIGNMENT4_DESCR | Functional assignment (sub-identifier 4): Description # 1334. |
![]() | DESIGNATION_SUBFUNCTIONALASSIGNMENT5 | Functional assignment (sub-identifier 5) # 1305. |
![]() | DESIGNATION_SUBFUNCTIONALASSIGNMENT5_DESCR | Functional assignment (sub-identifier 5): Description # 1335. |
![]() | DESIGNATION_SUBFUNCTIONALASSIGNMENT6 | Functional assignment (sub-identifier 6) # 1306. |
![]() | DESIGNATION_SUBFUNCTIONALASSIGNMENT6_DESCR | Functional assignment (sub-identifier 6): Description # 1336. |
![]() | DESIGNATION_SUBFUNCTIONALASSIGNMENT7 | Functional assignment (sub-identifier 7) # 1307. |
![]() | DESIGNATION_SUBFUNCTIONALASSIGNMENT7_DESCR | Functional assignment (sub-identifier 7): Description # 1337. |
![]() | DESIGNATION_SUBFUNCTIONALASSIGNMENT8 | Functional assignment (sub-identifier 8) # 1308. |
![]() | DESIGNATION_SUBFUNCTIONALASSIGNMENT8_DESCR | Functional assignment (sub-identifier 8): Description # 1338. |
![]() | DESIGNATION_SUBFUNCTIONALASSIGNMENT9 | Functional assignment (sub-identifier 9) # 1309. |
![]() | DESIGNATION_SUBFUNCTIONALASSIGNMENT9_DESCR | Functional assignment (sub-identifier 9): Description # 1339. |
![]() | DESIGNATION_SUBLOCATION1 | Location designation (sub-identifier 1) # 1201. |
![]() | DESIGNATION_SUBLOCATION1_DESCR | Location designation (sub-identifier 1): Description # 1231. |
![]() | DESIGNATION_SUBLOCATION2 | Location designation (sub-identifier 2) # 1202. |
![]() | DESIGNATION_SUBLOCATION2_DESCR | Location designation (sub-identifier 2): Description # 1232. |
![]() | DESIGNATION_SUBLOCATION3 | Location designation (sub-identifier 3) # 1203. |
![]() | DESIGNATION_SUBLOCATION3_DESCR | Location designation (sub-identifier 3): Description # 1233. |
![]() | DESIGNATION_SUBLOCATION4 | Location designation (sub-identifier 4) # 1204. |
![]() | DESIGNATION_SUBLOCATION4_DESCR | Location designation (sub-identifier 4): Description # 1234. |
![]() | DESIGNATION_SUBLOCATION5 | Location designation (sub-identifier 5) # 1205. |
![]() | DESIGNATION_SUBLOCATION5_DESCR | Location designation (sub-identifier 5): Description # 1235. |
![]() | DESIGNATION_SUBLOCATION6 | Location designation (sub-identifier 6) # 1206. |
![]() | DESIGNATION_SUBLOCATION6_DESCR | Location designation (sub-identifier 6): Description # 1236. |
![]() | DESIGNATION_SUBLOCATION7 | Location designation (sub-identifier 7) # 1207. |
![]() | DESIGNATION_SUBLOCATION7_DESCR | Location designation (sub-identifier 7): Description # 1237. |
![]() | DESIGNATION_SUBLOCATION8 | Location designation (sub-identifier 8) # 1208. |
![]() | DESIGNATION_SUBLOCATION8_DESCR | Location designation (sub-identifier 8): Description # 1238. |
![]() | DESIGNATION_SUBLOCATION9 | Location designation (sub-identifier 9) # 1209. |
![]() | DESIGNATION_SUBLOCATION9_DESCR | Location designation (sub-identifier 9): Description # 1239. |
![]() | DESIGNATION_SUBPLACEOFINSTALLATION1 | Installation site (sub-identifier 1) # 1401. |
![]() | DESIGNATION_SUBPLACEOFINSTALLATION1_DESCR | Installation site (sub-identifier 1): Description # 1431. |
![]() | DESIGNATION_SUBPLACEOFINSTALLATION2 | Installation site (sub-identifier 2) # 1402. |
![]() | DESIGNATION_SUBPLACEOFINSTALLATION2_DESCR | Installation site (sub-identifier 2): Description # 1432. |
![]() | DESIGNATION_SUBPLACEOFINSTALLATION3 | Installation site (sub-identifier 3) # 1403. |
![]() | DESIGNATION_SUBPLACEOFINSTALLATION3_DESCR | Installation site (sub-identifier 3): Description # 1433. |
![]() | DESIGNATION_SUBPLACEOFINSTALLATION4 | Installation site (sub-identifier 4) # 1404. |
![]() | DESIGNATION_SUBPLACEOFINSTALLATION4_DESCR | Installation site (sub-identifier 4): Description # 1434. |
![]() | DESIGNATION_SUBPLACEOFINSTALLATION5 | Installation site (sub-identifier 5) # 1405. |
![]() | DESIGNATION_SUBPLACEOFINSTALLATION5_DESCR | Installation site (sub-identifier 5): Description # 1435. |
![]() | DESIGNATION_SUBPLACEOFINSTALLATION6 | Installation site (sub-identifier 6) # 1406. |
![]() | DESIGNATION_SUBPLACEOFINSTALLATION6_DESCR | Installation site (sub-identifier 6): Description # 1436. |
![]() | DESIGNATION_SUBPLACEOFINSTALLATION7 | Installation site (sub-identifier 7) # 1407. |
![]() | DESIGNATION_SUBPLACEOFINSTALLATION7_DESCR | Installation site (sub-identifier 7): Description # 1437. |
![]() | DESIGNATION_SUBPLACEOFINSTALLATION8 | Installation site (sub-identifier 8) # 1408. |
![]() | DESIGNATION_SUBPLACEOFINSTALLATION8_DESCR | Installation site (sub-identifier 8): Description # 1438. |
![]() | DESIGNATION_SUBPLACEOFINSTALLATION9 | Installation site (sub-identifier 9) # 1409. |
![]() | DESIGNATION_SUBPLACEOFINSTALLATION9_DESCR | Installation site (sub-identifier 9): Description # 1439. |
![]() | DESIGNATION_SUBPLANT1 | Function designation (sub-identifier 1) # 1101. |
![]() | DESIGNATION_SUBPLANT1_DESCR | Function designation (sub-identifier 1): Description # 1131. |
![]() | DESIGNATION_SUBPLANT2 | Function designation (sub-identifier 2) # 1102. |
![]() | DESIGNATION_SUBPLANT2_DESCR | Function designation (sub-identifier 2): Description # 1132. |
![]() | DESIGNATION_SUBPLANT3 | Function designation (sub-identifier 3) # 1103. |
![]() | DESIGNATION_SUBPLANT3_DESCR | Function designation (sub-identifier 3): Description # 1133. |
![]() | DESIGNATION_SUBPLANT4 | Function designation (sub-identifier 4) # 1104. |
![]() | DESIGNATION_SUBPLANT4_DESCR | Function designation (sub-identifier 4): Description # 1134. |
![]() | DESIGNATION_SUBPLANT5 | Function designation (sub-identifier 5) # 1105. |
![]() | DESIGNATION_SUBPLANT5_DESCR | Function designation (sub-identifier 5): Description # 1135. |
![]() | DESIGNATION_SUBPLANT6 | Function designation (sub-identifier 6) # 1106. |
![]() | DESIGNATION_SUBPLANT6_DESCR | Function designation (sub-identifier 6): Description # 1136. |
![]() | DESIGNATION_SUBPLANT7 | Function designation (sub-identifier 7) # 1107. |
![]() | DESIGNATION_SUBPLANT7_DESCR | Function designation (sub-identifier 7): Description # 1137. |
![]() | DESIGNATION_SUBPLANT8 | Function designation (sub-identifier 8) # 1108. |
![]() | DESIGNATION_SUBPLANT8_DESCR | Function designation (sub-identifier 8): Description # 1138. |
![]() | DESIGNATION_SUBPLANT9 | Function designation (sub-identifier 9) # 1109. |
![]() | DESIGNATION_SUBPLANT9_DESCR | Function designation (sub-identifier 9): Description # 1139. |
![]() | DESIGNATION_SUBPRODUCT1 | Product (sub-identifier 1) # 1801. |
![]() | DESIGNATION_SUBPRODUCT1_DESCR | Product (sub-identifier 1): Description # 1831. |
![]() | DESIGNATION_SUBPRODUCT2 | Product (sub-identifier 2) # 1802. |
![]() | DESIGNATION_SUBPRODUCT2_DESCR | Product (sub-identifier 2): Description # 1832. |
![]() | DESIGNATION_SUBPRODUCT3 | Product (sub-identifier 3) # 1803. |
![]() | DESIGNATION_SUBPRODUCT3_DESCR | Product (sub-identifier 3): Description # 1833. |
![]() | DESIGNATION_SUBPRODUCT4 | Product (sub-identifier 4) # 1804. |
![]() | DESIGNATION_SUBPRODUCT4_DESCR | Product (sub-identifier 4): Description # 1834. |
![]() | DESIGNATION_SUBPRODUCT5 | Product (sub-identifier 5) # 1805. |
![]() | DESIGNATION_SUBPRODUCT5_DESCR | Product (sub-identifier 5): Description # 1835. |
![]() | DESIGNATION_SUBPRODUCT6 | Product (sub-identifier 6) # 1806. |
![]() | DESIGNATION_SUBPRODUCT6_DESCR | Product (sub-identifier 6): Description # 1836. |
![]() | DESIGNATION_SUBPRODUCT7 | Product (sub-identifier 7) # 1807. |
![]() | DESIGNATION_SUBPRODUCT7_DESCR | Product (sub-identifier 7): Description # 1837. |
![]() | DESIGNATION_SUBPRODUCT8 | Product (sub-identifier 8) # 1808. |
![]() | DESIGNATION_SUBPRODUCT8_DESCR | Product (sub-identifier 8): Description # 1838. |
![]() | DESIGNATION_SUBPRODUCT9 | Product (sub-identifier 9) # 1809. |
![]() | DESIGNATION_SUBPRODUCT9_DESCR | Product (sub-identifier 9): Description # 1839. |
![]() | DESIGNATION_USERDEFINED | User-defined structure (main identifier) # 1600. |
![]() | DESIGNATION_USERDEFINED_DESCR | User-defined structure (main identifier): Description # 1630. |
![]() | DESIGNATION_USERDEFINED_LEADINGPARTS | User-defined structure (leading identifiers) # 1622. |
![]() | DESIGNATION_USERDEFINED_SUB1 | User-defined structure (sub-identifier 1) # 1601. |
![]() | DESIGNATION_USERDEFINED_SUB1_DESCR | User-defined structure (sub-identifier 1): Description # 1631. |
![]() | DESIGNATION_USERDEFINED_SUB2 | User-defined structure (sub-identifier 2) # 1602. |
![]() | DESIGNATION_USERDEFINED_SUB2_DESCR | User-defined structure (sub-identifier 2): Description # 1632. |
![]() | DESIGNATION_USERDEFINED_SUB3 | User-defined structure (sub-identifier 3) # 1603. |
![]() | DESIGNATION_USERDEFINED_SUB3_DESCR | User-defined structure (sub-identifier 3): Description # 1633. |
![]() | DESIGNATION_USERDEFINED_SUB4 | User-defined structure (sub-identifier 4) # 1604. |
![]() | DESIGNATION_USERDEFINED_SUB4_DESCR | User-defined structure (sub-identifier 4): Description # 1634. |
![]() | DESIGNATION_USERDEFINED_SUB5 | User-defined structure (sub-identifier 5) # 1605. |
![]() | DESIGNATION_USERDEFINED_SUB5_DESCR | User-defined structure (sub-identifier 5): Description # 1635. |
![]() | DESIGNATION_USERDEFINED_SUB6 | User-defined structure (sub-identifier 6) # 1606. |
![]() | DESIGNATION_USERDEFINED_SUB6_DESCR | User-defined structure (sub-identifier 6): Description # 1636. |
![]() | DESIGNATION_USERDEFINED_SUB7 | User-defined structure (sub-identifier 7) # 1607. |
![]() | DESIGNATION_USERDEFINED_SUB7_DESCR | User-defined structure (sub-identifier 7): Description # 1637. |
![]() | DESIGNATION_USERDEFINED_SUB8 | User-defined structure (sub-identifier 8) # 1608. |
![]() | DESIGNATION_USERDEFINED_SUB8_DESCR | User-defined structure (sub-identifier 8): Description # 1638. |
![]() | DESIGNATION_USERDEFINED_SUB9 | User-defined structure (sub-identifier 9) # 1609. |
![]() | DESIGNATION_USERDEFINED_SUB9_DESCR | User-defined structure (sub-identifier 9): Description # 1639. |
![]() | EDITINGAREA_CRAFT | Trade (Defined working sections) # 25000. |
![]() | ExistingIds | Returns array of property ids. Returns array of AnyPropertyId objects. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList) |
![]() | ExistingValues | Returns array of PropertyValue objects. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList) |
![]() | FUNC_ARTICLEPLACEMENT_CAPTIONID | Legend item # 20450. |
![]() | FUNC_ARTICLEPLACEMENT_DEVICE_FUNCTIONDEFINITION | Function definition (of main function) # 20461. |
![]() | FUNC_ARTICLEPLACEMENT_DEVICE_FUNCTIONTEXT | Function text (of main function) # 20463. |
![]() | FUNC_ARTICLEPLACEMENT_DEVICE_TECHNICAL_CHARACTERISTIC | Technical characteristics (of main function) # 20460. |
![]() | FUNC_ARTICLEPLACEMENT_GRIPPERFROMMACRO_X | Handle from macro: X coordinate # 20340. |
![]() | FUNC_ARTICLEPLACEMENT_GRIPPERFROMMACRO_Y | Handle from macro: Y coordinate # 20341. |
![]() | FUNC_ARTICLEPLACEMENT_GRIPPEROFFSET_X | X coordinate Handle # 20208. |
![]() | FUNC_ARTICLEPLACEMENT_GRIPPEROFFSET_Y | Y coordinate Handle # 20209. |
![]() | FUNC_ARTICLEPLACEMENT_INSTALLATIONSPACE | Layout space name (of the part placement) # 20261. |
![]() | FUNC_ARTICLEPLACEMENT_INSTALLATIONSPACE_DESCRIPTION | Layout space description # 20235. |
![]() | FUNC_ARTICLEPLACEMENT_MOUNTINGPLATE | Mounting panel (identifying) # 20465. |
![]() | FUNC_ARTICLEPLACEMENT_MOUNTINGPLATE_MOUNTINGLOCATION | Mounting site (of mounting panel) # 20462. |
![]() | FUNC_ARTICLEPLACEMENT_PLACEMENT_XSIZE | X extension of part # 20458. |
![]() | FUNC_ARTICLEPLACEMENT_PLACEMENT_YSIZE | Y extension of part # 20459. |
![]() | FUNC_ARTICLEPLACEMENT_ROTATIONANGLE | Angle # 20451. |
![]() | FUNC_ARTICLEPLACEMENT_USEGRIPPERFROMMACRO | Use handle from macro # 20339. |
![]() | FUNC_CABLE_LAYOUT_FORM | Cable assignment diagram form # 20092. |
![]() | FUNC_CIRCUITNUMBER | Circuit number # 20317. |
![]() | FUNC_CODE | DT: Identifier # 20013. |
![]() | FUNC_COMPONENTNUMBER | Item number # 20318. |
![]() | FUNC_COMPONENTTYPE | Function definition # 20026. |
![]() | FUNC_COUNTER | DT: Counter # 20014. |
![]() | FUNC_CRAFT | Trade # 20466. |
![]() | FUNC_CRAFTCODE | Media code # 20316. |
![]() | FUNC_DEVICETAG_FULL | DT (full, without project structures) # 20009. |
![]() | FUNC_DEVICETAG_FULL_WITHSEPARATOR | DT (full, without project structures, with preceding sign) # 20213. |
![]() | FUNC_DEVICETAG_FULLNAME | Name (without project structures) # 20058. |
![]() | FUNC_DEVICETAG_FULLNAME_WITHSEPARATOR | Name (without project structures, with preceding sign) # 20214. |
![]() | FUNC_DEVICETAG_MAIN | DT (superior, without project structures) # 20003. |
![]() | FUNC_DEVICETAG_MAIN_WITHSEPARATOR | DT (superior, without project structures, with preceding sign) # 20211. |
![]() | FUNC_DEVICETAG_MAINNAME | Superior product aspect incl. name supplement # 20335. |
![]() | FUNC_DEVICETAG_NESTED | DT (subordinate, without project structures) # 20004. |
![]() | FUNC_DEVICETAG_NESTED_WITHSEPARATOR | DT (subordinate, without project structures, with preceding sign) # 20212. |
![]() | FUNC_DEVICETAG_NESTEDNAME | Subordinate product aspect incl. name supplement # 20336. |
![]() | FUNC_DT_COLUMN | DT: Column # 20152. |
![]() | FUNC_DT_FUNCTIONCODE | DT: Application # 20155. |
![]() | FUNC_DT_PAGECOUNTER | DT: Page # 20150. |
![]() | FUNC_DT_PAGESUBCOUNTER | DT: Subpage # 20151. |
![]() | FUNC_DT_ROW | DT: Row # 20153. |
![]() | FUNC_DT_SECTION | DT: Section # 20154. |
![]() | FUNC_DT_SUPPLEMENTARYFIELD01 | DT: Supplementary field 1 # 20156. |
![]() | FUNC_DT_SUPPLEMENTARYFIELD02 | DT: Supplementary field 2 # 20157. |
![]() | FUNC_DT_SUPPLEMENTARYFIELD03 | DT: Supplementary field 3 # 20158. |
![]() | FUNC_DT_SUPPLEMENTARYFIELD04 | DT: Supplementary field 4 # 20159. |
![]() | FUNC_DT_SUPPLEMENTARYFIELD05 | DT: Supplementary field 5 # 20160. |
![]() | FUNC_DT2_COLUMN | DT (subordinate): Column # 20172. |
![]() | FUNC_DT2_FUNCTIONCODE | DT (subordinate): Application # 20175. |
![]() | FUNC_DT2_PAGECOUNTER | DT (subordinate): Page # 20170. |
![]() | FUNC_DT2_PAGESUBCOUNTER | DT (subordinate): Subpage # 20171. |
![]() | FUNC_DT2_ROW | DT (subordinate): Row # 20173. |
![]() | FUNC_DT2_SECTION | DT (subordinate): Section # 20174. |
![]() | FUNC_DT2_SUPPLEMENTARYFIELD01 | DT (subordinate): Supplementary field 1 # 20176. |
![]() | FUNC_DT2_SUPPLEMENTARYFIELD02 | DT (subordinate): Supplementary field 2 # 20177. |
![]() | FUNC_DT2_SUPPLEMENTARYFIELD03 | DT (subordinate): Supplementary field 3 # 20178. |
![]() | FUNC_DT2_SUPPLEMENTARYFIELD04 | DT (subordinate): Supplementary field 4 # 20179. |
![]() | FUNC_DT2_SUPPLEMENTARYFIELD05 | DT (subordinate): Supplementary field 5 # 20180. |
![]() | FUNC_FULLNAME | Name (full) # 20001. |
![]() | FUNC_GRAVINGTEXT | Engraving text # 20025. |
![]() | FUNC_IDENTDEVICETAG | DT (identifying) # 20005. |
![]() | FUNC_ISPLACEDIN_CIRCUIT | Function exists with 'Multi-line' representation type # 20470. |
![]() | FUNC_ISPLACEDIN_OVERVIEW | Function exists with 'Overview' representation type # 20473. |
![]() | FUNC_ISPLACEDIN_PAIRCROSSREFERENCE | Function exists with 'Pair cross-reference' representation type # 20472. |
![]() | FUNC_ISPLACEDIN_PROCESSANDINSTDIAGRAM | Function exists with 'P&I diagram' representation type # 20474. |
![]() | FUNC_ISPLACEDIN_SINGLELINE | Function exists with 'Single-line' representation type # 20471. |
![]() | FUNC_MODULE_ID | DT ID # 20359. |
![]() | FUNC_MOUNTINGLOCATION | Mounting site (describing) # 20024. |
![]() | FUNC_NESTEDCODE | DT (subordinate): Identifier # 20017. |
![]() | FUNC_NESTEDCOUNTER | DT (subordinate):Counter # 20018. |
![]() | FUNC_NESTEDPREFIX | DT (subordinate): Prefix # 20016. |
![]() | FUNC_NESTEDSUFFIX | DT (subordinate): Subcounter # 20019. |
![]() | FUNC_PREFIX | DT: Prefix # 20012. |
![]() | FUNC_SUBCRAFT | Subtrade # 20467. |
![]() | FUNC_SUFFIX | DT: Subcounter # 20015. |
![]() | FUNC_TECHNICAL_CHARACTERISTIC | Technical characteristics # 20027. |
![]() | FUNC_TEXT_AUTOMATIC | Function text (automatic) # 20031. |
![]() | FUNC_TYPE | Representation type # 20121. |
![]() | FUNCTION3D_MOUNTINGLOCATION_AUTOMATIC | Mounting site (describing, common) # 36003. |
![]() | HARNESS_CABLEUNIT | Cable unit name # 31162. |
![]() | HARNESS_NAME | Wire harness name # 31143. |
![]() | INSTANCE_FULLPLACEMENTLOCATION | Placement # 19007. |
![]() | INSTANCE_PAGEFULLNAME | Page name (full) # 19023. |
![]() | INSTANCE_PAGENAME | Page name # 19022. |
![]() | INSTANCE_PATHID | Column number # 19005. |
![]() | INSTANCE_POSID | Row number # 19006. |
![]() | INSTANCE_TYPE | Representation type / report type # 19021. |
![]() | MESSAGEMGMT_MESSAGES | Check run messages available # 20930. |
![]() | Parent | StorableObject to which this property list is connected. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList) |
![]() | Property | Overloaded. Method used by operator[] in order to access indexed properties. |
![]() | PROPUSER_DBOBJECTID | Overloaded. Object identification # 2000. (Inherited from Eplan.EplApi.DataModel.StorableObjectPropertyList) |
| Name | Description | |
|---|---|---|
![]() | CopyTo | Overloaded. Copies properties to other property list. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList) |
![]() | Dispose() | Destructor for deterministic finalization of ArticleReferencePropertyList object. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList) |
![]() | Exists | Overloaded. Checks property existence for used obiect. |
![]() | getPropList | Internal method. (Inherited from Eplan.EplApi.DataModel.UniversalPropertyList) |