Scale
SCPI Command :
TDRT:SIGNal<*>:SCALe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(tdRtSignal=TdRtSignal.Default) float[source]
# TDRT:SIGNal<*>:SCALe value: float = driver.tdrt.signal.scale.get(tdRtSignal = repcap.TdRtSignal.Default)
Set the vertical scale of the indicated TDR/TDT signal.
- Parameters:
tdRtSignal – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Signal’)
- Returns:
vertical_scale: 1E-12 to 100E+12
- set(vertical_scale: float, tdRtSignal=TdRtSignal.Default) None[source]
# TDRT:SIGNal<*>:SCALe driver.tdrt.signal.scale.set(vertical_scale = 1.0, tdRtSignal = repcap.TdRtSignal.Default)
Set the vertical scale of the indicated TDR/TDT signal.
- Parameters:
vertical_scale – 1E-12 to 100E+12
tdRtSignal – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Signal’)