Ovl

SCPI Commands :

SEQuence:ITEM:OVL:VARiable
SEQuence:ITEM:OVL:WTIMe
class OvlCls[source]

Ovl commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_variable() str[source]
# SCPI: SEQuence:ITEM:OVL:VARiable
value: str = driver.sequence.item.ovl.get_variable()

Sets a variable.

return:

variable: string

get_wtime() float[source]
# SCPI: SEQuence:ITEM:OVL:WTIMe
value: float = driver.sequence.item.ovl.get_wtime()

Sets the duration of the overlay.

return:

wtime: float Range: 0 to 3600, Unit: sec

set_variable(variable: str) None[source]
# SCPI: SEQuence:ITEM:OVL:VARiable
driver.sequence.item.ovl.set_variable(variable = 'abc')

Sets a variable.

param variable:

string

set_wtime(wtime: float) None[source]
# SCPI: SEQuence:ITEM:OVL:WTIMe
driver.sequence.item.ovl.set_wtime(wtime = 1.0)

Sets the duration of the overlay.

param wtime:

float Range: 0 to 3600, Unit: sec