FormatPy

SCPI Command :

CALCulate<n>:FORMat
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) TraceFormat[source]
# CALCulate<n>:FORMat
value: enums.TraceFormat = driver.applications.k70Vsa.calculate.formatPy.get(window = repcap.Window.Default)

Defines the result type of the traces. Which parameters are available depends on the setting for the data source (see method RsFsw.layout.add.window.get() and Table ‘Available result types depending on data source’) . Whether the result type shows absolute or relative values is defined using the DISP:WIND:TRAC:Y:MODE command (see method RsFsw.display.window.subwindow.trace.y.scale.mode.set() ) .

Parameters:

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

Returns:

format_py: MAGNitude | PHASe | UPHase | RIMag | FREQuency | COMP | CONS | IEYE | QEYE | FEYE | CONF | COVF | RCONstellation | RSUMmary | BERate | GDELay | MOVerview | BIN | OCT | DEC | HEX | NONE MAGNitude Magnitude Absolute MOVerview Magnitude Overview Absolute (entire capture buffer) PHASe ‘Phase Wrap’ UPHase ‘Phase Unwrap’ RIMag ‘Real/Imag (I/Q) ‘ FREQuency ‘Frequency Absolute’ COMP ‘Vector I/Q’ CONS ‘Constellation I/Q’ IEYE ‘Eye Diagram Real (I) ‘ QEYE ‘Eye Diagram Imag (Q) ‘ FEYE ‘Eye Diagram Frequency’ CONF ‘Constellation Frequency’ COVF ‘Vector Frequency’ RCONstellation ‘Constellation I/Q (Rotated) ‘ RSUMmary ‘Result summary’ BERate ‘Bit error rate’ GDELay ‘Frequency Response Group Delay’ BIN ‘Symbol table’ in binary format OCT ‘Symbol table’ in octal format DEC ‘Symbol table’ in decimal format HEX ‘Symbol table’ in hexadecimal format

set(format_py: TraceFormat, window=Window.Default) None[source]
# CALCulate<n>:FORMat
driver.applications.k70Vsa.calculate.formatPy.set(format_py = enums.TraceFormat.BERate, window = repcap.Window.Default)

Defines the result type of the traces. Which parameters are available depends on the setting for the data source (see method RsFsw.layout.add.window.get() and Table ‘Available result types depending on data source’) . Whether the result type shows absolute or relative values is defined using the DISP:WIND:TRAC:Y:MODE command (see method RsFsw.display.window.subwindow.trace.y.scale.mode.set() ) .

Parameters:
  • format_py – MAGNitude | PHASe | UPHase | RIMag | FREQuency | COMP | CONS | IEYE | QEYE | FEYE | CONF | COVF | RCONstellation | RSUMmary | BERate | GDELay | MOVerview | BIN | OCT | DEC | HEX | NONE MAGNitude Magnitude Absolute MOVerview Magnitude Overview Absolute (entire capture buffer) PHASe ‘Phase Wrap’ UPHase ‘Phase Unwrap’ RIMag ‘Real/Imag (I/Q) ‘ FREQuency ‘Frequency Absolute’ COMP ‘Vector I/Q’ CONS ‘Constellation I/Q’ IEYE ‘Eye Diagram Real (I) ‘ QEYE ‘Eye Diagram Imag (Q) ‘ FEYE ‘Eye Diagram Frequency’ CONF ‘Constellation Frequency’ COVF ‘Vector Frequency’ RCONstellation ‘Constellation I/Q (Rotated) ‘ RSUMmary ‘Result summary’ BERate ‘Bit error rate’ GDELay ‘Frequency Response Group Delay’ BIN ‘Symbol table’ in binary format OCT ‘Symbol table’ in octal format DEC ‘Symbol table’ in decimal format HEX ‘Symbol table’ in hexadecimal format

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