![]() |
OTX Reference
|
|
Gets the programming voltage of an interface (as measured in Volts) as a Float value. More...

Public Attributes | |
| ComInterfaceTerm | comInterface |
| Cardinality [0..1] This element identifies the communication interface. More... | |
| IntegerTerm | pinOnInterfaceConnector |
| Cardinality [1] This element identifies the pin number on the ComInterface. More... | |
Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term | |
| MetaData | metaData |
| Cardinality [0..1] The MetaData type allows tools to store additional, mainly tool-specific data. More... | |
Gets the programming voltage of an interface (as measured in Volts) as a Float value.
The GetProgrammingVoltage term returns the programming voltage of an interface (as measured in Volts) as a Float value.
Note: - In case of a MVCI server the corresponding operation is MCDInterface::getProgrammingVoltage() if a ComInterface was given. Note: - If no ComInterface was given, the appropriate MVCI system operation is MCDProject::execIOCtrl("PDU_IOCTL_READ_PROG_VOLTAGE"). Note: - In case of a PDU based system the parameter <pinOnInterfaceConnector> is ignored, since the PDU standard does not support it.
| Exceptions.DataException | If the programming voltage cannot be determined. |
| Exceptions.NotConnectedException | If a ComInterface was given and the interface is not connected. |
| ComInterfaceTerm OpenTestSystem.Otx.Extensions.ComInterface.Terms.GetProgrammingVoltage.comInterface |
Cardinality [0..1]
This element identifies the communication interface.
| IntegerTerm OpenTestSystem.Otx.Extensions.ComInterface.Terms.GetProgrammingVoltage.pinOnInterfaceConnector |
Cardinality [1]
This element identifies the pin number on the ComInterface.