Position

SCPI Command :

TDRT:SIGNal<*>:POSition
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(tdRtSignal=TdRtSignal.Default) float[source]
# TDRT:SIGNal<*>:POSition
value: float = driver.tdrt.signal.position.get(tdRtSignal = repcap.TdRtSignal.Default)

Set the vertical position of the indicated TDR/TDT signal.

Parameters:

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

Returns:

position: 1E-12 to 100E+12

set(position: float, tdRtSignal=TdRtSignal.Default) None[source]
# TDRT:SIGNal<*>:POSition
driver.tdrt.signal.position.set(position = 1.0, tdRtSignal = repcap.TdRtSignal.Default)

Set the vertical position of the indicated TDR/TDT signal.

Parameters:
  • position – 1E-12 to 100E+12

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