Data

SCPI Command :

[SENSe]:CORRection:ENR[:MEASurement]:TABLe:TEMPerature[:DATA]
class DataCls[source]

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

class DataStruct[source]

Response structure. Fields:

  • Frequency: List[float]: Unit: HZ

  • Thot: List[float]: Unit: K

  • Tcold: List[float]: Unit: K

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

No command help available

return

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

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

No command help available

param frequency

Unit: HZ

param thot

Unit: K

param tcold

Unit: K