Feed

SCPI Command :

CALCulate<n>: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 evaluation method of the measured data that is to be displayed in the specified window. 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’) .

param window

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

return

feed: No help available

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

Selects the evaluation method of the measured data that is to be displayed in the specified window. 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’) .

param feed

No help available

param window

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