Generator
SCPI Commands :
TEST<HW>:GENerator:FREQuency
TEST<HW>:GENerator:GAIN
TEST<HW>:GENerator:SELect
TEST<HW>:GENerator:SOURce
TEST<HW>:GENerator:STATe
- class GeneratorCls[source]
Generator commands group definition. 5 total commands, 0 Subgroups, 5 group commands
- get_frequency() float [source]
# SCPI: TEST<HW>:GENerator:FREQuency value: float = driver.test.generator.get_frequency()
No command help available
- return:
sine_frequency: No help available
- get_gain() float [source]
# SCPI: TEST<HW>:GENerator:GAIN value: float = driver.test.generator.get_gain()
No command help available
- return:
gain: No help available
- get_select() str [source]
# SCPI: TEST<HW>:GENerator:SELect value: str = driver.test.generator.get_select()
No command help available
- return:
wave_sel: No help available
- get_source() TestGenIqSour [source]
# SCPI: TEST<HW>:GENerator:SOURce value: enums.TestGenIqSour = driver.test.generator.get_source()
No command help available
- return:
source: No help available
- get_state() bool [source]
# SCPI: TEST<HW>:GENerator:STATe value: bool = driver.test.generator.get_state()
No command help available
- return:
state: No help available
- set_frequency(sine_frequency: float) None [source]
# SCPI: TEST<HW>:GENerator:FREQuency driver.test.generator.set_frequency(sine_frequency = 1.0)
No command help available
- param sine_frequency:
No help available
- set_gain(gain: float) None [source]
# SCPI: TEST<HW>:GENerator:GAIN driver.test.generator.set_gain(gain = 1.0)
No command help available
- param gain:
No help available
- set_select(wave_sel: str) None [source]
# SCPI: TEST<HW>:GENerator:SELect driver.test.generator.set_select(wave_sel = 'abc')
No command help available
- param wave_sel:
No help available
- set_source(source: TestGenIqSour) None [source]
# SCPI: TEST<HW>:GENerator:SOURce driver.test.generator.set_source(source = enums.TestGenIqSour.ARB)
No command help available
- param source:
No help available
- set_state(state: bool) None [source]
# SCPI: TEST<HW>:GENerator:STATe driver.test.generator.set_state(state = False)
No command help available
- param state:
No help available