TypePy
SCPI Command :
POWer<*>:TYPE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(power=Power.Default) PowerType[source]
# POWer<*>:TYPE value: enums.PowerType = driver.power.typePy.get(power = repcap.Power.Default)
Sets the type for the respective power analysis measurement.
- Parameters:
power – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Power’)
- Returns:
type_py: SWITching = switching loss ONOFf = turn on/off time SOA = safe operating area
- set(type_py: PowerType, power=Power.Default) None[source]
# POWer<*>:TYPE driver.power.typePy.set(type_py = enums.PowerType.EFFiciency, power = repcap.Power.Default)
Sets the type for the respective power analysis measurement.
- Parameters:
type_py – SWITching = switching loss ONOFf = turn on/off time SOA = safe operating area
power – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Power’)