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
- class LogGenCls[source]
LogGen commands group definition. 21 total commands, 2 Subgroups, 4 group commands
- get_gs_log_file() bool [source]
# SCPI: [SOURce<HW>]:BB:V5G:LOGGen:GSLogfile value: bool = driver.source.bb.v5G.logGen.get_gs_log_file()
No command help available
- return
gen_sum_log: No help available
- get_lfp() str [source]
# SCPI: [SOURce<HW>]:BB:V5G:LOGGen:LFP value: str = driver.source.bb.v5G.logGen.get_lfp()
No command help available
- return
preamble: No help available
- get_output() str [source]
# SCPI: [SOURce<HW>]:BB:V5G:LOGGen:OUTPut value: str = driver.source.bb.v5G.logGen.get_output()
No command help available
- return
output_path: No help available
- get_state() bool [source]
# SCPI: [SOURce<HW>]:BB:V5G:LOGGen:STATe value: bool = driver.source.bb.v5G.logGen.get_state()
No command help available
- return
logging_state: No help available
- set_gs_log_file(gen_sum_log: bool) None [source]
# SCPI: [SOURce<HW>]:BB:V5G:LOGGen:GSLogfile driver.source.bb.v5G.logGen.set_gs_log_file(gen_sum_log = False)
No command help available
- param gen_sum_log
No help available
- set_lfp(preamble: str) None [source]
# SCPI: [SOURce<HW>]:BB:V5G:LOGGen:LFP driver.source.bb.v5G.logGen.set_lfp(preamble = 'abc')
No command help available
- param preamble
No help available
- set_output(output_path: str) None [source]
# SCPI: [SOURce<HW>]:BB:V5G:LOGGen:OUTPut driver.source.bb.v5G.logGen.set_output(output_path = 'abc')
No command help available
- param output_path
No help available
- set_state(logging_state: bool) None [source]
# SCPI: [SOURce<HW>]:BB:V5G:LOGGen:STATe driver.source.bb.v5G.logGen.set_state(logging_state = False)
No command help available
- param logging_state
No help available
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.v5G.logGen.clone()
Subgroups