X

SCPI Command :

CALCulate<n>:PREFerence:X
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) ResultTypeReference[source]
# CALCulate<n>:PREFerence:X
value: enums.ResultTypeReference = driver.applications.k18AmplifierEt.calculate.preference.x.get(window = repcap.Window.Default)

This command selects the type of information displayed on x-axis in the following result displays. In Spectrum mode only:

  • ‘EVM vs Power’

  • ‘AM/PM’

  • ‘Gain Compression’

Parameters:

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

Returns:

result_type: PINPut Shows the corresponding result against the input level. POUTput Shows the corresponding result against the output level.

set(result_type: ResultTypeReference, window=Window.Default) None[source]
# CALCulate<n>:PREFerence:X
driver.applications.k18AmplifierEt.calculate.preference.x.set(result_type = enums.ResultTypeReference.PINPut, window = repcap.Window.Default)

This command selects the type of information displayed on x-axis in the following result displays. In Spectrum mode only:

  • ‘EVM vs Power’

  • ‘AM/PM’

  • ‘Gain Compression’

Parameters:
  • result_type – PINPut Shows the corresponding result against the input level. POUTput Shows the corresponding result against the output level.

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