Value

SCPI Command :

DISPlay[:WINDow<n>]:ITEM[:LINE][:VALue]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) SingleValue[source]
# DISPlay[:WINDow<n>]:ITEM[:LINE][:VALue]
value: enums.SingleValue = driver.applications.k70Vsa.display.window.item.line.value.get(window = repcap.Window.Default)

This commands switches between the whole ‘Result Summary’ and the diagram showing only a single value, e.g. the EVM RMS value as a bargraph. The same parameters are available as those for which modulation accuracy limits can be defined (see ‘Limit Value’) .

Parameters:

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

Returns:

single_value: ALL | EVMR | EVMP | PERM | PEP | MERM | MEP | CFER | RHO | IQOF | FERM | FEP | FDER ALL Complete ‘Result Summary’ EVMR RMS EVM EVMP Peak EVM PERM RMS Phase error PEP Peak phase error MERM RMS Magnitude error MEP Peak magnitude error CFER Carrier frequency error RHO RHO IQOF I/Q offset FERM RMS frequency error FEP Peak frequency error FDER FSK deviation error

set(single_value: SingleValue, window=Window.Default) None[source]
# DISPlay[:WINDow<n>]:ITEM[:LINE][:VALue]
driver.applications.k70Vsa.display.window.item.line.value.set(single_value = enums.SingleValue.ALL, window = repcap.Window.Default)

This commands switches between the whole ‘Result Summary’ and the diagram showing only a single value, e.g. the EVM RMS value as a bargraph. The same parameters are available as those for which modulation accuracy limits can be defined (see ‘Limit Value’) .

Parameters:
  • single_value – ALL | EVMR | EVMP | PERM | PEP | MERM | MEP | CFER | RHO | IQOF | FERM | FEP | FDER ALL Complete ‘Result Summary’ EVMR RMS EVM EVMP Peak EVM PERM RMS Phase error PEP Peak phase error MERM RMS Magnitude error MEP Peak magnitude error CFER Carrier frequency error RHO RHO IQOF I/Q offset FERM RMS frequency error FEP Peak frequency error FDER FSK deviation error

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