Hmode
SCPI Command :
REFCurve<*>:HMODe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(refCurve=RefCurve.Default) RefCurveHorizontalMode[source]
# REFCurve<*>:HMODe value: enums.RefCurveHorizontalMode = driver.refCurve.hmode.get(refCurve = repcap.RefCurve.Default)
Selects the coupling of horizontal settings.
- Parameters:
refCurve – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘RefCurve’)
- Returns:
horizontal_mode: ORIGinal | COUPled
ORIGinal: Horizontal scaling and reference point of the source waveform are used.
COUPled: The current horizontal settings of the diagram are used.
- set(horizontal_mode: RefCurveHorizontalMode, refCurve=RefCurve.Default) None[source]
# REFCurve<*>:HMODe driver.refCurve.hmode.set(horizontal_mode = enums.RefCurveHorizontalMode.COUPled, refCurve = repcap.RefCurve.Default)
Selects the coupling of horizontal settings.
- Parameters:
horizontal_mode –
ORIGinal | COUPled
ORIGinal: Horizontal scaling and reference point of the source waveform are used.
COUPled: The current horizontal settings of the diagram are used.
refCurve – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘RefCurve’)