Values

SCPI Command :

CHANnel<*>:IQ:DATA[:VALues]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(channel=Channel.Default) float[source]
# CHANnel<*>:IQ:DATA[:VALues]
value: float = driver.channel.iq.data.values.get(channel = repcap.Channel.Default)

Returns the recorded I/Q data.

Parameters:

channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)

Returns:

data: In-phase and and Quadrature floating values in interleaved order.