Frequency
SCPI Commands :
[SOURce<HW>]:CORRection:CSET:DATA:FREQuency:POINts
[SOURce<HW>]:CORRection:CSET:DATA:FREQuency
- Commands in total: 2Subgroups: 0Direct child commands: 2
- get_points() int[source]
# [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.
- Returns:
points: integer Range: 0 to 10000
- get_value() List[float][source]
# [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 method
RsSmw.source.correction.cset.select().- Returns:
frequency: Frequency#1[, Frequency#2, …] String of values with default unit Hz.
- set_value(frequency: List[float]) None[source]
# [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 method
RsSmw.source.correction.cset.select().- Parameters:
frequency – Frequency#1[, Frequency#2, …] String of values with default unit Hz.