Frequency

SCPI Commands :

[SOURce<HW>]:CORRection:CSET:DATA:FREQuency:POINts
[SOURce<HW>]:CORRection:CSET:DATA:FREQuency
class FrequencyCls[source]

Frequency commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_points() int[source]
# SCPI: [SOURce<HW>]:CORRection:CSET:DATA:FREQuency:POINts
value: int = driver.source.correction.cset.data.frequency.get_points()

Queries the number of frequency/level values in the selected table.

return

points: integer Range: 0 to 10000

get_value() List[float][source]
# SCPI: [SOURce<HW>]:CORRection:CSET:DATA:FREQuency
value: List[float] = driver.source.correction.cset.data.frequency.get_value()

Enters the frequency value in the table selected with [:SOURce<hw>]:CORRection:CSET[:SELect].

return

frequency: Frequency#1[, Frequency#2, …] String of values with default unit Hz.

set_value(frequency: List[float]) None[source]
# SCPI: [SOURce<HW>]:CORRection:CSET:DATA:FREQuency
driver.source.correction.cset.data.frequency.set_value(frequency = [1.1, 2.2, 3.3])

Enters the frequency value in the table selected with [:SOURce<hw>]:CORRection:CSET[:SELect].

param frequency

Frequency#1[, Frequency#2, …] String of values with default unit Hz.