SwapIq

SCPI Command :

[SENSe]:SWAPiq
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# [SENSe]:SWAPiq
value: bool = driver.sense.swapIq.get()

Defines whether or not the recorded I/Q pairs should be swapped (I<->Q) before being processed. Swapping I and Q inverts the sideband. This is useful if the DUT interchanged the I and Q parts of the signal; then the FSW can do the same to compensate for it. For GSM measurements: Try this function if the TSC can not be found.

set(arg_0: bool) None[source]
# [SENSe]:SWAPiq
driver.sense.swapIq.set(arg_0 = False)

Defines whether or not the recorded I/Q pairs should be swapped (I<->Q) before being processed. Swapping I and Q inverts the sideband. This is useful if the DUT interchanged the I and Q parts of the signal; then the FSW can do the same to compensate for it. For GSM measurements: Try this function if the TSC can not be found.

Parameters:

arg_0 – ON | 1 I and Q signals are interchanged Inverted sideband, Q+j``*I`` OFF | 0 I and Q signals are not interchanged Normal sideband, I+j``*Q``