Result
SCPI Command :
CONFigure:PSWeep:Z<n>:RESult
- class ResultCls[source]
Result commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default) RsFsw.enums.ResultItemK18 [source]
# SCPI: 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.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Z’)
- return
result: See table below for supported result types.
- set(result: RsFsw.enums.ResultItemK18, window=Window.Default) None [source]
# SCPI: 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.
- param result
See table below for supported result types.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Z’)