Result
SCPI Command :
CONFigure:PSWeep:Z<n>:RESult
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) ResultItemK18[source]
# CONFigure:PSWeep:Z<n>:RESult value: enums.ResultItemK18 = driver.applications.k18AmplifierEt.configure.psweep.z.result.get(window = repcap.Window.Default)
This command selects the result type displayed on the z-axis of the parameter sweep diagram.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Z’)
- Returns:
result: See table below for supported result types.
- set(result: ResultItemK18, window=Window.Default) None[source]
# CONFigure:PSWeep:Z<n>:RESult driver.applications.k18AmplifierEt.configure.psweep.z.result.set(result = enums.ResultItemK18.ACB1, window = repcap.Window.Default)
This command selects the result type displayed on the z-axis of the parameter sweep diagram.
- Parameters:
result – See table below for supported result types.
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Z’)