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

Sets the directory the files are saved in.

Returns:

log_gen_output_path: string

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

Activates the logfile generation.

Returns:

log_gen_state: 1 | ON | 0| OFF