Data
SCPI Command :
[SENSe]:FREQuency:TABLe:DATA
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() List[float][source]
# [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.
- Returns:
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]
# [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.
- Parameters:
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