![]() |
OTX Reference
|
|
Sets the programming voltage (in Volts) on the specified pin of an interface. 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... | |
| 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... | |
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.DataException | If the programming voltage cannot be set for any reason. |
| Exceptions.NotConnectedException | If a ComInterface was given and the interface is not connected. |
| ComInterfaceTerm OpenTestSystem.Otx.Extensions.ComInterface.Actions.SetProgrammingVoltage.comInterface |
Cardinality [0..1]
This element identifies the communication interface.
| IntegerTerm OpenTestSystem.Otx.Extensions.ComInterface.Actions.SetProgrammingVoltage.pinOnInterfaceConnector |
Cardinality [1]
This element identifies the pin number on the ComInterface.
| FloatTerm OpenTestSystem.Otx.Extensions.ComInterface.Actions.SetProgrammingVoltage.voltage |
Cardinality [1]
This element represents the programming voltage that should be set (in Volts).