X
SCPI Command :
CALCulate<n>:PREFerence:X
- class XCls[source]
X commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default) RsFsw.enums.ResultTypeReference [source]
# SCPI: 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.
INTRO_CMD_HELP: In Spectrum mode only:
‘EVM vs Power’
‘AM/PM’
‘Gain Compression’
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- return
result_type: PINPut Shows the corresponding result against the input level. POUTput Shows the corresponding result against the output level.
- set(result_type: RsFsw.enums.ResultTypeReference, window=Window.Default) None [source]
# SCPI: 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.
INTRO_CMD_HELP: In Spectrum mode only:
‘EVM vs Power’
‘AM/PM’
‘Gain Compression’
- param result_type
PINPut Shows the corresponding result against the input level. POUTput Shows the corresponding result against the output level.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)