LogGen

SCPI Commands :

[SOURce<HW>]:BB:NR5G:LOGGen:OUTPut
[SOURce<HW>]:BB:NR5G:LOGGen:STATe
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_output() str[source]
# [SOURce<HW>]:BB:NR5G:LOGGen:OUTPut
value: str = driver.source.bb.nr5G.logGen.get_output()

No help available

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

No help available

set_output(log_gen_output_path: str) None[source]
# [SOURce<HW>]:BB:NR5G:LOGGen:OUTPut
driver.source.bb.nr5G.logGen.set_output(log_gen_output_path = 'abc')

No help available

set_state(log_gen_state: bool) None[source]
# [SOURce<HW>]:BB:NR5G:LOGGen:STATe
driver.source.bb.nr5G.logGen.set_state(log_gen_state = False)

No help available