Result
SCPI Command :
CONFigure:DDPD:WINDow<n>:RESult
- class ResultCls[source]
Result commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default) RsFsw.enums.DdpdResult [source]
# SCPI: CONFigure:DDPD:WINDow<n>:RESult value: enums.DdpdResult = driver.applications.k18AmplifierEt.configure.ddpd.window.result.get(window = repcap.Window.Default)
Configures the result type of the DDPD Results result display.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
- return
result: EVM Error Vector Magnitude ACL1 AClrLower1 ACU1 AClrUpper1 ACB1 AClrBalanced1
- set(result: RsFsw.enums.DdpdResult, window=Window.Default) None [source]
# SCPI: CONFigure:DDPD:WINDow<n>:RESult driver.applications.k18AmplifierEt.configure.ddpd.window.result.set(result = enums.DdpdResult.ACB1, window = repcap.Window.Default)
Configures the result type of the DDPD Results result display.
- param result
EVM Error Vector Magnitude ACL1 AClrLower1 ACU1 AClrUpper1 ACB1 AClrBalanced1
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)