FormatPy
SCPI Command :
CALCulate<n>:FORMat
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) EvaluationFormat[source]
# CALCulate<n>:FORMat value: enums.EvaluationFormat = driver.calculate.formatPy.get(window = repcap.Window.Default)
This command selects the evaluation method of the measured data that is to be displayed in the specified window. Note that for the I/Q analyzer application, this command is maintained for compatibility reasons only. Use the LAYout commands for new remote control programs (see ‘Working with windows in the display’) . See ‘’Phase Wrap On/Off (PM Time Domain only) ‘’.
- 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: EvaluationFormat, window=Window.Default) None[source]
# CALCulate<n>:FORMat driver.calculate.formatPy.set(evaluation = enums.EvaluationFormat.CCDF, window = repcap.Window.Default)
This command selects the evaluation method of the measured data that is to be displayed in the specified window. Note that for the I/Q analyzer application, this command is maintained for compatibility reasons only. Use the LAYout commands for new remote control programs (see ‘Working with windows in the display’) . See ‘’Phase Wrap On/Off (PM Time Domain only) ‘’.
- 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’)