Value

SCPI Command :

OUTPut:UPORt[:VALue]
class ValueCls[source]

Value commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() str[source]
# SCPI: OUTPut:UPORt[:VALue]
value: str = driver.output.uport.value.get()
Sets the control lines of the user ports. The assignment of the pin numbers to the bits is as follows:

Table Header: Bit / 7 / 6 / 5 / 4 / 3 / 2 / 1 / 0

  • Pin / N/A / N/A / 5 / 3 / 4 / 7 / 6 / 2

Bits 7 and 6 are not assigned to pins and must always be 0. The user port is written to with the given binary pattern. If the user port is programmed to input instead of output (see method RsFsw.InputPy.Uport.State.set) , the output value is temporarily stored.

return

value: bit values in hexadecimal format TTL type voltage levels (max. 5V) Range: #B00000000 to #B00111111

set(value: str) None[source]
# SCPI: OUTPut:UPORt[:VALue]
driver.output.uport.value.set(value = rawAbc)
Sets the control lines of the user ports. The assignment of the pin numbers to the bits is as follows:

Table Header: Bit / 7 / 6 / 5 / 4 / 3 / 2 / 1 / 0

  • Pin / N/A / N/A / 5 / 3 / 4 / 7 / 6 / 2

Bits 7 and 6 are not assigned to pins and must always be 0. The user port is written to with the given binary pattern. If the user port is programmed to input instead of output (see method RsFsw.InputPy.Uport.State.set) , the output value is temporarily stored.

param value

bit values in hexadecimal format TTL type voltage levels (max. 5V) Range: #B00000000 to #B00111111