Gate

SCPI Command :

POWer<*>:EFFiciency:GATE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(power=Power.Default) int[source]
# POWer<*>:EFFiciency:GATE
value: int = driver.power.efficiency.gate.get(power = repcap.Power.Default)

Sets the gate for the specified efficiency analysis. Configure the gate before you can assign it. Make sure that the suffix matches the power effciency measurement.

Parameters:

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

Returns:

gate: 0 to 8, index of the assigned gate. The value 0 indicates that no gate is assigned.

set(gate: int, power=Power.Default) None[source]
# POWer<*>:EFFiciency:GATE
driver.power.efficiency.gate.set(gate = 1, power = repcap.Power.Default)

Sets the gate for the specified efficiency analysis. Configure the gate before you can assign it. Make sure that the suffix matches the power effciency measurement.

Parameters:
  • gate – 0 to 8, index of the assigned gate. The value 0 indicates that no gate is assigned.

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