OTX Reference  
OpenTestSystem.Otx.Extensions.ComInterface.Terms.GetProgrammingVoltage Class Reference

Gets the programming voltage of an interface (as measured in Volts) as a Float value. More...

Inheritance diagram for OpenTestSystem.Otx.Extensions.ComInterface.Terms.GetProgrammingVoltage:
Inheritance graph

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...
 

Detailed Description

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
Exceptions.DataExceptionIf the programming voltage cannot be determined.
Exceptions.NotConnectedExceptionIf a ComInterface was given and the interface is not connected.
Syntax
FloatTerm = ComInterface.GetProgrammingVoltage(IntegerTerm pinOnInterfaceConnector, ComInterfaceTerm comInterface = NULL);

Member Data Documentation

◆ comInterface

ComInterfaceTerm OpenTestSystem.Otx.Extensions.ComInterface.Terms.GetProgrammingVoltage.comInterface

Cardinality [0..1]
This element identifies the communication interface.

◆ pinOnInterfaceConnector

IntegerTerm OpenTestSystem.Otx.Extensions.ComInterface.Terms.GetProgrammingVoltage.pinOnInterfaceConnector

Cardinality [1]
This element identifies the pin number on the ComInterface.

OpenTestSystem.Otx.Extensions.ComInterface.Terms.GetProgrammingVoltage.comInterface
ComInterfaceTerm comInterface
Cardinality [0..1] This element identifies the communication interface.
Definition: ComInterface.cs:1341
OpenTestSystem.Otx.Extensions.ComInterface.Terms.GetProgrammingVoltage.pinOnInterfaceConnector
IntegerTerm pinOnInterfaceConnector
Cardinality [1] This element identifies the pin number on the ComInterface.
Definition: ComInterface.cs:1351