OTX Reference  
OpenTestSystem.Otx.Extensions.ComInterface.Actions.SetProgrammingVoltage Class Reference

Sets the programming voltage (in Volts) on the specified pin of an interface. More...

Inheritance diagram for OpenTestSystem.Otx.Extensions.ComInterface.Actions.SetProgrammingVoltage:
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...
 
FloatTerm voltage
 Cardinality [1]
This element represents the programming voltage that should be set (in Volts). More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Actions.ActionRealisation
OtxLink validFor
 Cardinality [0..1]
Validity of ActionRealisation. More...
 

Detailed Description

Sets the programming voltage (in Volts) on the specified pin of an interface.

The SetProgrammingVoltage action sets the programming voltage (in Volts) on the specified pin of an interface.

Note: — If a ComInterface was given, the appropriate MVCI system operation is MCDInterface::setProgrammingVoltage(). Note: — If no ComInterface was given, the appropriate MVCI system operation is MCDProject::execIOCtrl("PDU_IOCTL_SET_PROG_VOLTAGE")

Exceptions
Exceptions.DataExceptionIf the programming voltage cannot be set for any reason.
Exceptions.NotConnectedExceptionIf a ComInterface was given and the interface is not connected.
Syntax
ComInterface.SetProgrammingVoltage(FloatTerm voltage, IntegerTerm pinOnInterfaceConnector, ComInterfaceTerm comInterface = NULL);

Member Data Documentation

◆ comInterface

ComInterfaceTerm OpenTestSystem.Otx.Extensions.ComInterface.Actions.SetProgrammingVoltage.comInterface

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

◆ pinOnInterfaceConnector

IntegerTerm OpenTestSystem.Otx.Extensions.ComInterface.Actions.SetProgrammingVoltage.pinOnInterfaceConnector

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

◆ voltage

FloatTerm OpenTestSystem.Otx.Extensions.ComInterface.Actions.SetProgrammingVoltage.voltage

Cardinality [1]
This element represents the programming voltage that should be set (in Volts).

OpenTestSystem.Otx.Extensions.ComInterface.Actions.SetProgrammingVoltage.voltage
FloatTerm voltage
Cardinality [1] This element represents the programming voltage that should be set (in Volts).
Definition: ComInterface.cs:838
OpenTestSystem.Otx.Extensions.ComInterface.Actions.SetProgrammingVoltage.comInterface
ComInterfaceTerm comInterface
Cardinality [0..1] This element identifies the communication interface.
Definition: ComInterface.cs:828
OpenTestSystem.Otx.Extensions.ComInterface.Actions.SetProgrammingVoltage.pinOnInterfaceConnector
IntegerTerm pinOnInterfaceConnector
Cardinality [1] This element identifies the pin number on the ComInterface.
Definition: ComInterface.cs:848