CrestFactor

SCPI Command :

POWer<*>:QUALity:DISPlay:CURRent:CREStfactor
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(power=Power.Default) bool[source]
# POWer<*>:QUALity:DISPlay:CURRent:CREStfactor
value: bool = driver.power.quality.display.current.crestFactor.get(power = repcap.Power.Default)

Enables the current crest factor measurement for the power quality analysis.

Parameters:

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

Returns:

shw_curr_crest: OFF | ON

set(shw_curr_crest: bool, power=Power.Default) None[source]
# POWer<*>:QUALity:DISPlay:CURRent:CREStfactor
driver.power.quality.display.current.crestFactor.set(shw_curr_crest = False, power = repcap.Power.Default)

Enables the current crest factor measurement for the power quality analysis.

Parameters:
  • shw_curr_crest – OFF | ON

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