Data

SCPI Command :

[SENSe]:BWIDth:LIST:DATA
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class DataStruct[source]

Response structure. Fields:

  • 1 Frequency: List[float]: No parameter help available

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

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

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

No help available

Returns:

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

set(frequency: List[float], bandwidth: List[float], sweep_time: List[float]) None[source]
# [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 help available