Data

SCPI Command :

[SENSe]:FREQuency:TABLe:DATA
class DataCls[source]

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

get() List[float][source]
# SCPI: [SENSe]:FREQuency:TABLe:DATA
value: List[float] = driver.applications.k30NoiseFigure.sense.frequency.table.data.get()

Defines the contents of the frequency table. The command overwrites the current contents of the frequency table.

return

frequency: Defines a frequency for each entry in the frequency table. A frequency table can contain up to 10001 entries. Range: 0 Hz to fmax, Unit: HZ

set(frequency: List[float]) None[source]
# SCPI: [SENSe]:FREQuency:TABLe:DATA
driver.applications.k30NoiseFigure.sense.frequency.table.data.set(frequency = [1.1, 2.2, 3.3])

Defines the contents of the frequency table. The command overwrites the current contents of the frequency table.

param frequency

Defines a frequency for each entry in the frequency table. A frequency table can contain up to 10001 entries. Range: 0 Hz to fmax, Unit: HZ