P3Phase<Power3PhaseMeas>

SCPI Command :

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

Repeated Capability Setting:

# Range: Nr1 .. Nr6

driver.export.result.select.p3Phase.repcap_power3PhaseMeas_set(repcap.Power3PhaseMeas.Nr1)
get(power3PhaseMeas=Power3PhaseMeas.Default) bool[source]
# EXPort:RESult:SELect:P3PHase<*>
value: bool = driver.export.result.select.p3Phase.get(power3PhaseMeas = repcap.Power3PhaseMeas.Default)

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

Parameters:

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

Returns:

export_results: OFF | ON

set(export_results: bool, power3PhaseMeas=Power3PhaseMeas.Default) None[source]
# EXPort:RESult:SELect:P3PHase<*>
driver.export.result.select.p3Phase.set(export_results = False, power3PhaseMeas = repcap.Power3PhaseMeas.Default)

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

Parameters:
  • export_results – OFF | ON

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

Cloning the Group

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