LogGen
SCPI Commands :
[SOURce<HW>]:BB:NR5G:LOGGen:OUTPut
[SOURce<HW>]:BB:NR5G:LOGGen:STATe
- class LogGenCls[source]
LogGen commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_output() str [source]
# SCPI: [SOURce<HW>]:BB:NR5G:LOGGen:OUTPut value: str = driver.source.bb.nr5G.logGen.get_output()
Sets the directory the files are saved in.
- return
log_gen_output_path: string
- get_state() bool [source]
# SCPI: [SOURce<HW>]:BB:NR5G:LOGGen:STATe value: bool = driver.source.bb.nr5G.logGen.get_state()
Activates the logfile generation.
- return
log_gen_state: 1| ON| 0| OFF
- set_output(log_gen_output_path: str) None [source]
# SCPI: [SOURce<HW>]:BB:NR5G:LOGGen:OUTPut driver.source.bb.nr5G.logGen.set_output(log_gen_output_path = 'abc')
Sets the directory the files are saved in.
- param log_gen_output_path
string
- set_state(log_gen_state: bool) None [source]
# SCPI: [SOURce<HW>]:BB:NR5G:LOGGen:STATe driver.source.bb.nr5G.logGen.set_state(log_gen_state = False)
Activates the logfile generation.
- param log_gen_state
1| ON| 0| OFF