Feed

SCPI Command :

CALCulate<n>:FEED
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) str[source]
# CALCulate<n>:FEED
value: str = driver.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’) .

Parameters:

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

Returns:

evaluation: Type of evaluation you want to display. See the table below for available parameter values.

set(evaluation: str, window=Window.Default) None[source]
# CALCulate<n>:FEED
driver.calculate.feed.set(evaluation = '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’) .

Parameters:
  • evaluation – Type of evaluation you want to display. See the table below for available parameter values.

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