InOut
SCPI Command :
P3PHase<*>:QUALity:SOURce:INOut
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(power3PhaseMeas=Power3PhaseMeas.Default) InputOutput[source]
# P3PHase<*>:QUALity:SOURce:INOut value: enums.InputOutput = driver.p3Phase.quality.source.inOut.get(power3PhaseMeas = repcap.Power3PhaseMeas.Default)
Configures whether the oscilloscope is configured to receive signals (input) for analysis, or to generate signals output) as a source for testing.
- Parameters:
power3PhaseMeas – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘P3Phase’)
- Returns:
input_output: INPut | OUTPut
- set(input_output: InputOutput, power3PhaseMeas=Power3PhaseMeas.Default) None[source]
# P3PHase<*>:QUALity:SOURce:INOut driver.p3Phase.quality.source.inOut.set(input_output = enums.InputOutput.INPut, power3PhaseMeas = repcap.Power3PhaseMeas.Default)
Configures whether the oscilloscope is configured to receive signals (input) for analysis, or to generate signals output) as a source for testing.
- Parameters:
input_output – INPut | OUTPut
power3PhaseMeas – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘P3Phase’)