LogGen

SCPI Commands :

[SOURce<HW>]:BB:EUTRa:LOGGen:GSLogfile
[SOURce<HW>]:BB:EUTRa:LOGGen:LFP
[SOURce<HW>]:BB:EUTRa:LOGGen:OUTPut
[SOURce<HW>]:BB:EUTRa:LOGGen:STATe
class LogGenCls[source]

LogGen commands group definition. 25 total commands, 2 Subgroups, 4 group commands

get_gs_log_file() bool[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:LOGGen:GSLogfile
value: bool = driver.source.bb.eutra.logGen.get_gs_log_file()

No command help available

return

gen_sum_log: No help available

get_lfp() str[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:LOGGen:LFP
value: str = driver.source.bb.eutra.logGen.get_lfp()

No command help available

return

preamble: No help available

get_output() str[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:LOGGen:OUTPut
value: str = driver.source.bb.eutra.logGen.get_output()

No command help available

return

output_path: No help available

get_state() bool[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:LOGGen:STATe
value: bool = driver.source.bb.eutra.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:EUTRa:LOGGen:GSLogfile
driver.source.bb.eutra.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:EUTRa:LOGGen:LFP
driver.source.bb.eutra.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:EUTRa:LOGGen:OUTPut
driver.source.bb.eutra.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:EUTRa:LOGGen:STATe
driver.source.bb.eutra.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.eutra.logGen.clone()

Subgroups