Value
SCPI Command :
DISPlay[:WINDow<n>]:ITEM[:LINE][:VALue]
- class ValueCls[source]
Value commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default) RsFsw.enums.SingleValue [source]
# SCPI: 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’) .
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
- return
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: RsFsw.enums.SingleValue, window=Window.Default) None [source]
# SCPI: 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’) .
- param 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
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)