Column

SCPI Command :

CALCulate:SSEarch:TABLe:COLumn
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() List[HeadersK50][source]
# 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’.

Returns:

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[HeadersK50]) None[source]
# 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’.

Parameters:
  • state – ON | OFF | 0 | 1 OFF | 0 Hides the result ON | 1 Displays the result

  • 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