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()

No command help available

return

log_gen_output_path: No help available

get_state() bool[source]
# SCPI: [SOURce<HW>]:BB:NR5G:LOGGen:STATe
value: bool = driver.source.bb.nr5G.logGen.get_state()

No command help available

return

log_gen_state: No help available

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')

No command help available

param log_gen_output_path

No help available

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)

No command help available

param log_gen_state

No help available