Piaq

SCPI Command :

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

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

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:

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

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

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

Parameters:
  • detector – 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’)