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