LogGen
SCPI Commands :
[SOURce<HW>]:BB:V5G:LOGGen:GSLogfile
[SOURce<HW>]:BB:V5G:LOGGen:LFP
[SOURce<HW>]:BB:V5G:LOGGen:OUTPut
[SOURce<HW>]:BB:V5G:LOGGen:STATe
- Commands in total: 21Subgroups: 2Direct child commands: 4
- get_gs_log_file() bool[source]
# [SOURce<HW>]:BB:V5G:LOGGen:GSLogfile value: bool = driver.source.bb.v5G.logGen.get_gs_log_file()
No help available
- get_lfp() str[source]
# [SOURce<HW>]:BB:V5G:LOGGen:LFP value: str = driver.source.bb.v5G.logGen.get_lfp()
No help available
- get_output() str[source]
# [SOURce<HW>]:BB:V5G:LOGGen:OUTPut value: str = driver.source.bb.v5G.logGen.get_output()
No help available
- get_state() bool[source]
# [SOURce<HW>]:BB:V5G:LOGGen:STATe value: bool = driver.source.bb.v5G.logGen.get_state()
No help available
- set_gs_log_file(gen_sum_log: bool) None[source]
# [SOURce<HW>]:BB:V5G:LOGGen:GSLogfile driver.source.bb.v5G.logGen.set_gs_log_file(gen_sum_log = False)
No help available
- set_lfp(preamble: str) None[source]
# [SOURce<HW>]:BB:V5G:LOGGen:LFP driver.source.bb.v5G.logGen.set_lfp(preamble = 'abc')
No help available
- set_output(output_path: str) None[source]
# [SOURce<HW>]:BB:V5G:LOGGen:OUTPut driver.source.bb.v5G.logGen.set_output(output_path = 'abc')
No help available
- set_state(logging_state: bool) None[source]
# [SOURce<HW>]:BB:V5G:LOGGen:STATe driver.source.bb.v5G.logGen.set_state(logging_state = False)
No help available
Cloning the Group
# Create a copy of the original group, that exists independently
logGen_copy = driver.source.bb.v5G.logGen.clone()
Subgroups