Power<Power>

SCPI Command :

EXPort:RESult:SELect:POWer<*>
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr1 .. Nr6

driver.export.result.select.power.repcap_power_set(repcap.Power.Nr1)
get(power=Power.Default) bool[source]
# EXPort:RESult:SELect:POWer<*>
value: bool = driver.export.result.select.power.get(power = repcap.Power.Default)

If enabled, includes the results of selected power analysis measurement in the results export file.

Parameters:

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

Returns:

export_results: OFF | ON

set(export_results: bool, power=Power.Default) None[source]
# EXPort:RESult:SELect:POWer<*>
driver.export.result.select.power.set(export_results = False, power = repcap.Power.Default)

If enabled, includes the results of selected power analysis measurement in the results export file.

Parameters:
  • export_results – OFF | ON

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

Cloning the Group

# Create a copy of the original group, that exists independently
power_copy = driver.export.result.select.power.clone()