Select

SCPI Command :

DISPlay[:WINDow<n>]:TPOO:PERiod:SELect
class SelectCls[source]

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

get(window=Window.Default) float[source]
# SCPI: DISPlay[:WINDow<n>]:TPOO:PERiod:SELect
value: float = driver.applications.k14Xnr5G.display.window.tpoo.period.select.get(window = repcap.Window.Default)

Selects the period to display the rising or falling edge in the on / off power measurement.

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)

return

period_number: No help available

set(period_number: float, window=Window.Default) None[source]
# SCPI: DISPlay[:WINDow<n>]:TPOO:PERiod:SELect
driver.applications.k14Xnr5G.display.window.tpoo.period.select.set(period_number = 1.0, window = repcap.Window.Default)

Selects the period to display the rising or falling edge in the on / off power measurement.

param period_number

Window

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)