Feed

SCPI Commands

CALCulate<Window>:FEED
class FeedCls[source]

Feed commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(window=Window.Default) str[source]
# SCPI: CALCulate<n>:FEED
value: str = driver.applications.k70Vsa.calculate.feed.get(window = repcap.Window.Default)

Selects the signal source (and for the equalizer also the result type) for evaluation. Note that this command is maintained for compatibility reasons only. Use the LAYout commands for new remote control programs (see ‘Working with windows in the display’) . Only for the ‘Equalizer Impulse Response’ and ‘Equalizer Frequency Response’, as well as the multi-source diagrams, this command is required.

param window

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

return

feed: string ‘XTIM:DDEM:MEAS’ Measured signal ‘XTIM:DDEM:REF’ Reference signal ‘XTIM:DDEM:ERR:VECT’ Error vector ‘XTIM:DDEM:ERR:MPH’ Modulation errors ‘XTIM:DDEM:MACC’ Modulation accuracy ‘XTIM:DDEM:SYMB’ Symbol table ‘TCAP’ Capture buffer ‘XTIM:DDEM:IMP’ Equalizer Impulse Response ‘XFR:DDEM:RAT’ Equalizer Frequency Response ‘XFR:DDEM:IRAT’ Equalizer Channel Frequency Response Group Delay XTIM:DDEM:TCAP:ERR Spectrum of Real/Imag for capture buffer and error vector XTIM:DDEM:MEAS:ERR Spectrum of Real/Imag for measurement and error vector

set(feed: str, window=Window.Default) None[source]
# SCPI: CALCulate<n>:FEED
driver.applications.k70Vsa.calculate.feed.set(feed = '1', window = repcap.Window.Default)

Selects the signal source (and for the equalizer also the result type) for evaluation. Note that this command is maintained for compatibility reasons only. Use the LAYout commands for new remote control programs (see ‘Working with windows in the display’) . Only for the ‘Equalizer Impulse Response’ and ‘Equalizer Frequency Response’, as well as the multi-source diagrams, this command is required.

param feed

string ‘XTIM:DDEM:MEAS’ Measured signal ‘XTIM:DDEM:REF’ Reference signal ‘XTIM:DDEM:ERR:VECT’ Error vector ‘XTIM:DDEM:ERR:MPH’ Modulation errors ‘XTIM:DDEM:MACC’ Modulation accuracy ‘XTIM:DDEM:SYMB’ Symbol table ‘TCAP’ Capture buffer ‘XTIM:DDEM:IMP’ Equalizer Impulse Response ‘XFR:DDEM:RAT’ Equalizer Frequency Response ‘XFR:DDEM:IRAT’ Equalizer Channel Frequency Response Group Delay XTIM:DDEM:TCAP:ERR Spectrum of Real/Imag for capture buffer and error vector XTIM:DDEM:MEAS:ERR Spectrum of Real/Imag for measurement and error vector

param window

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