Piaq
SCPI Command :
CALCulate<n>:TRACe<t>[:VALue]:PIAQ
- class PiaqCls[source]
Piaq commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default, trace=Trace.Default) RsFsw.enums.EvaluateType [source]
# SCPI: 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.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- param trace
optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)
- return
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: RsFsw.enums.EvaluateType, window=Window.Default, trace=Trace.Default) None [source]
# SCPI: 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.
- param detector
ITIMe | QTIMe ITIMe The I component is evaluated by the selected trace. QTIMe The Q component is evaluated by the selected trace.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- param trace
optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)