Data

SCPI Command :

[SENSe]:CORRection:ENR[:MEASurement]:TABLe[:DATA]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class DataStruct[source]

Response structure. Fields:

  • 1 Frequency_Enr: List[float]: Frequency of the measurement point. Range: 0 Hz to 999.99 GHz, Unit: HZ

  • 2 Enr: List[float]: Unit: DB

get() DataStruct[source]
# [SENSe]:CORRection:ENR[:MEASurement]:TABLe[:DATA]
value: DataStruct = driver.applications.k30NoiseFigure.sense.correction.enr.measurement.table.data.get()

Defines the contents of the currently selected ENR table. Define an ENR for all measurement points. Each entry of the ENR table consists of one measurement point and the corresponding ENR. The individual values are separated by commas or spaces. The table can contain up to 10001 entries. If you create a new table with this command, it overwrites the current entries of the frequency list. To select the ENR table to edit, use method RsFsw.applications.k30NoiseFigure.sense.correction.enr.measurement.table.data.set() .

Returns:

structure: for return value, see the help for DataStruct structure arguments.

set(frequency_enr: List[float], enr: List[float]) None[source]
# [SENSe]:CORRection:ENR[:MEASurement]:TABLe[:DATA]
driver.applications.k30NoiseFigure.sense.correction.enr.measurement.table.data.set(frequency_enr = [1.1, 2.2, 3.3], enr = [1.1, 2.2, 3.3])

Defines the contents of the currently selected ENR table. Define an ENR for all measurement points. Each entry of the ENR table consists of one measurement point and the corresponding ENR. The individual values are separated by commas or spaces. The table can contain up to 10001 entries. If you create a new table with this command, it overwrites the current entries of the frequency list. To select the ENR table to edit, use method RsFsw.applications.k30NoiseFigure.sense.correction.enr.measurement.table.data.set() .

Parameters:
  • frequency_enr – Frequency of the measurement point. Range: 0 Hz to 999.99 GHz, Unit: HZ

  • enr – Unit: DB