# PS Parameters

Some power supply drivers have additional parameters besides the standard ones described in [here](/ltt/documentation/ltt-gui-manual/configuration/moduleconfiguration/ps.md).

## Delta.PSC232

| Parameter | Meaning                                                                                                       | Examples             |
| --------- | ------------------------------------------------------------------------------------------------------------- | -------------------- |
| Address   | This parameter is mandatory. It specifies the internal device address (not to be confused with the COM port). | <p>1<br>4<br>6</p>   |
| Baud Rate | This parameter is mandatory. It specifies the baud rate for the communication.                                | <p>9600<br>19200</p> |

## EA.PSI800R

| Parameter | Meaning | Examples |
| --------- | ------- | -------- |

## Model

| Parameter | Meaning                                                                  | Examples                       |
| --------- | ------------------------------------------------------------------------ | ------------------------------ |
| Model     | This parameter is mandatory. It specifies the Model of the Power Supply. | <p>PSI800R<br>PS80002U\_3U</p> |

## Keysight.E363X

| Parameter | Meaning                                                                        | Examples                   |
| --------- | ------------------------------------------------------------------------------ | -------------------------- |
| Data Bits | This parameter is mandatory. It specifies the Data bits.                       | <p>8<br>7</p>              |
| Parity    | This parameter is mandatory. It specifies the Parity bit.                      | <p>odd<br>even<br>mark</p> |
| Flow      | This parameter is mandatory. It specifies the Serial Flow Control.             | <p>xon/xoff<br>dtr/dsr</p> |
| Baud Rate | This parameter is mandatory. It specifies the baud rate for the communication. | <p>9600<br>19200</p>       |

## Kniel

| Parameter | Meaning | Examples |
| --------- | ------- | -------- |

## Kniel.New

| Parameter | Meaning                                                                                                      | Examples             |
| --------- | ------------------------------------------------------------------------------------------------------------ | -------------------- |
| Node      | This parameter is optional. It specifies the internal device address (not to be confused with the COM port). | 1                    |
| Baud Rate | This parameter is mandatory. It specifies the baud rate for the communication.                               | <p>9600<br>19200</p> |

## Sim

| Parameter         | Meaning                                                                               | Examples             |
| ----------------- | ------------------------------------------------------------------------------------- | -------------------- |
| SimulateInitError | This parameter is optional. It specifies if a Error should occur while initialization | <p>True<br>False</p> |

## TDK.Gensys

| Parameter | Meaning                                                                                                                                             | Examples             |
| --------- | --------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------- |
| Address   | This parameter is mandatory if the PS is connected via a COM port. It specifies the internal device address (not to be confused with the COM port). | <p>1<br>4<br>6</p>   |
| Baud Rate | This parameter is mandatory if the PS is connected via a COM port. It specifies the baud rate for the communication.                                | <p>9600<br>19200</p> |

## TDK.GensysPlus

| Parameter | Meaning                                                                                                                                             | Examples             |
| --------- | --------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------- |
| Address   | This parameter is mandatory if the PS is connected via a COM port. It specifies the internal device address (not to be confused with the COM port). | <p>1<br>3<br>6</p>   |
| Baud Rate | This parameter is mandatory if the PS is connected via a COM port. It specifies the baud rate for the communication.                                | <p>9600<br>19200</p> |

## TDK.LambdaZ

| Parameter | Meaning                                                                                                                                             | Examples             |
| --------- | --------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------- |
| Address   | This parameter is mandatory if the PS is connected via a COM port. It specifies the internal device address (not to be confused with the COM port). | <p>1<br>3<br>6</p>   |
| Baud Rate | This parameter is mandatory if the PS is connected via a COM port. It specifies the baud rate for the communication.                                | <p>9600<br>19200</p> |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.irs.systems/ltt/documentation/ltt-gui-manual/configuration/moduleconfiguration/ps/ps-parameters.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
