Value
SCPI Command :
CALCulate<n>:TRACe<t>:ADJust[:VALue]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, trace=Trace.Default) TraceReference[source]
# CALCulate<n>:TRACe<t>:ADJust[:VALue] value: enums.TraceReference = driver.applications.k70Vsa.calculate.trace.adjust.value.get(window = repcap.Window.Default, trace = repcap.Trace.Default)
Defines the reference point for the display.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)
- Returns:
reference: TRIGger | BURSt | PATTern TRIGger The reference point is defined by the start of the capture buffer. BURSt The reference point is defined by the start/center/end of the burst. PATTern The instrument selects the reference point and the alignment.
- set(reference: TraceReference, window=Window.Default, trace=Trace.Default) None[source]
# CALCulate<n>:TRACe<t>:ADJust[:VALue] driver.applications.k70Vsa.calculate.trace.adjust.value.set(reference = enums.TraceReference.BURSt, window = repcap.Window.Default, trace = repcap.Trace.Default)
Defines the reference point for the display.
- Parameters:
reference – TRIGger | BURSt | PATTern TRIGger The reference point is defined by the start of the capture buffer. BURSt The reference point is defined by the start/center/end of the burst. PATTern The instrument selects the reference point and the alignment.
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)