User

SCPI Command :

P3PHase<*>:QUALity:FREQuency:USER
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(power3PhaseMeas=Power3PhaseMeas.Default) float[source]
# P3PHase<*>:QUALity:FREQuency:USER
value: float = driver.p3Phase.quality.frequency.user.get(power3PhaseMeas = repcap.Power3PhaseMeas.Default)

Sets the horizontal timebase to control the time scale of the waveform display.

Parameters:

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

Returns:

usr_fundam_freq: 10 to 1000000

set(usr_fundam_freq: float, power3PhaseMeas=Power3PhaseMeas.Default) None[source]
# P3PHase<*>:QUALity:FREQuency:USER
driver.p3Phase.quality.frequency.user.set(usr_fundam_freq = 1.0, power3PhaseMeas = repcap.Power3PhaseMeas.Default)

Sets the horizontal timebase to control the time scale of the waveform display.

Parameters:
  • usr_fundam_freq – 10 to 1000000

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