Data

SCPI Command :

[SENSe]:BWIDth:LIST: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]: No parameter help available

  • Bandwidth: List[float]: No parameter help available

  • Sweep_Time: List[float]: No parameter help available

get() DataStruct[source]
# SCPI: [SENSe]:BWIDth:LIST:DATA
value: DataStruct = driver.applications.k30NoiseFigure.sense.bandwidth.listPy.data.get()

No command help available

return

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

set(frequency: List[float], bandwidth: List[float], sweep_time: List[float]) None[source]
# SCPI: [SENSe]:BWIDth:LIST:DATA
driver.applications.k30NoiseFigure.sense.bandwidth.listPy.data.set(frequency = [1.1, 2.2, 3.3], bandwidth = [1.1, 2.2, 3.3], sweep_time = [1.1, 2.2, 3.3])

No command help available

param frequency

No help available

param bandwidth

No help available

param sweep_time

No help available