State<Status>

SCPI Command :

[SENSe]:AVERage:STATe<t>
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr1 .. Nr32

driver.applications.k17Mcgd.sense.average.state.repcap_status_set(repcap.Status.Nr1)
get(status=Status.Default) bool[source]
# [SENSe]:AVERage:STATe<t>
value: bool = driver.applications.k17Mcgd.sense.average.state.get(status = repcap.Status.Default)

This command turns averaging of the I/Q data on and off. Before you can use the command you have to turn the I/Q data acquisition on with method RsFsw.applications.iqAnalyzer.trace.iq.state.set() . If averaging is on, the maximum amount of I/Q data that can be recorded is 512kS (524288 samples) .

Parameters:

status – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘State’)

set(average_mode: bool, status=Status.Default) None[source]
# [SENSe]:AVERage:STATe<t>
driver.applications.k17Mcgd.sense.average.state.set(average_mode = False, status = repcap.Status.Default)

This command turns averaging of the I/Q data on and off. Before you can use the command you have to turn the I/Q data acquisition on with method RsFsw.applications.iqAnalyzer.trace.iq.state.set() . If averaging is on, the maximum amount of I/Q data that can be recorded is 512kS (524288 samples) .

Parameters:
  • average_mode – ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on

  • status – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘State’)

Cloning the Group

# Create a copy of the original group, that exists independently
state_copy = driver.applications.k17Mcgd.sense.average.state.clone()