FormatPy

SCPI Command :

CALCulate<n>:FORMat
class FormatPyCls[source]

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

get(window=Window.Default) RsFsw.enums.TraceFormat[source]
# SCPI: 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) .

param window

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

return

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: RsFsw.enums.TraceFormat, window=Window.Default) None[source]
# SCPI: 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) .

param 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

param window

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