Position
SCPI Command :
REFCurve<*>:RESCale:HORizontal:POSition
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(refCurve=RefCurve.Default) float[source]
# REFCurve<*>:RESCale:HORizontal:POSition value: float = driver.refCurve.rescale.horizontal.position.get(refCurve = repcap.RefCurve.Default)
Moves the waveform horizontally. Enter a value with a time unit suitable for the time scale of the diagram. Positive values shift the waveform to the right, negative values shift it to the left.
- Parameters:
refCurve – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘RefCurve’)
- Returns:
offset: -100E+24 to 100E+24
- set(offset: float, refCurve=RefCurve.Default) None[source]
# REFCurve<*>:RESCale:HORizontal:POSition driver.refCurve.rescale.horizontal.position.set(offset = 1.0, refCurve = repcap.RefCurve.Default)
Moves the waveform horizontally. Enter a value with a time unit suitable for the time scale of the diagram. Positive values shift the waveform to the right, negative values shift it to the left.
- Parameters:
offset – -100E+24 to 100E+24
refCurve – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘RefCurve’)