Value

SCPI Command :

CALCulate<n>:TRACe<t>[:VALue]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default, trace=Trace.Default) EvaluateType[source]
# CALCulate<n>:TRACe<t>[:VALue]
value: enums.EvaluateType = driver.applications.k60Transient.calculate.trace.value.get(window = repcap.Window.Default, trace = repcap.Trace.Default)

Defines which signal component (I/Q) is evaluated in which trace for the ‘I/Q Time Domain’ result display. This setting is not available for any other result displays. By default, the I component is displayed by trace 1, while the Q component is displayed by trace 4.

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:

eval_type: ITIMe | QTIMe ITIMe The I component is evaluated by the selected trace. QTIMe The Q component is evaluated by the selected trace.

set(eval_type: EvaluateType, window=Window.Default, trace=Trace.Default) None[source]
# CALCulate<n>:TRACe<t>[:VALue]
driver.applications.k60Transient.calculate.trace.value.set(eval_type = enums.EvaluateType.ITIMe, window = repcap.Window.Default, trace = repcap.Trace.Default)

Defines which signal component (I/Q) is evaluated in which trace for the ‘I/Q Time Domain’ result display. This setting is not available for any other result displays. By default, the I component is displayed by trace 1, while the Q component is displayed by trace 4.

Parameters:
  • eval_type – ITIMe | QTIMe ITIMe The I component is evaluated by the selected trace. QTIMe The Q component is evaluated by the selected trace.

  • 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’)