Result

SCPI Command :

CONFigure:DDPD:WINDow<n>:RESult
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) DdpdResult[source]
# 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.

Parameters:

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

Returns:

result: EVM Error Vector Magnitude ACL1 AClrLower1 ACU1 AClrUpper1 ACB1 AClrBalanced1

set(result: DdpdResult, window=Window.Default) None[source]
# 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.

Parameters:
  • result – EVM Error Vector Magnitude ACL1 AClrLower1 ACU1 AClrUpper1 ACB1 AClrBalanced1

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