Select

SCPI Command :

DISPlay[:WINDow<n>]:TPOO:PERiod:SELect
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) float[source]
# 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.

Parameters:

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

set(period_number: float, window=Window.Default) None[source]
# 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.

Parameters:
  • period_number – 1…16 (window)

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