Column

SCPI Command :

CALCulate:SSEarch:TABLe:COLumn
class ColumnCls[source]

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

get() List[RsFsw.enums.HeadersK50][source]
# SCPI: CALCulate:SSEarch:TABLe:COLumn
value: List[enums.HeadersK50] = driver.applications.k50Spurious.calculate.ssearch.table.column.get()

Select the numerical results to be displayed in the Spurious Detection Table. For a description of the individual results see ‘Spurious Detection Table’.

return

headers: ALL | SID | STARt | STOP | RBW | FREQuency | POWer | DELTa | IDENt ALL All available results are displayed STARt Start frequency of range/span STOP Stop frequency of range/span FREQuency Spur frequency POWer Spur power DELTa Delta of spur to limit RBW Resolution bandwidth used for range IDENt Spur ID

set(state: bool, headers: List[RsFsw.enums.HeadersK50]) None[source]
# SCPI: CALCulate:SSEarch:TABLe:COLumn
driver.applications.k50Spurious.calculate.ssearch.table.column.set(state = False, headers = [HeadersK50.ALL, HeadersK50.STOP])

Select the numerical results to be displayed in the Spurious Detection Table. For a description of the individual results see ‘Spurious Detection Table’.

param state

ON | OFF | 0 | 1 OFF | 0 Hides the result ON | 1 Displays the result

param headers

ALL | SID | STARt | STOP | RBW | FREQuency | POWer | DELTa | IDENt ALL All available results are displayed STARt Start frequency of range/span STOP Stop frequency of range/span FREQuency Spur frequency POWer Spur power DELTa Delta of spur to limit RBW Resolution bandwidth used for range IDENt Spur ID