Umotion

SCPI Commands :

[SOURce<HW>]:BB:GNSS:LOGGing:CATegory:UMOTion:FORMat
[SOURce<HW>]:BB:GNSS:LOGGing:CATegory:UMOTion:STATe
[SOURce<HW>]:BB:GNSS:LOGGing:CATegory:UMOTion:STEP
Commands in total: 25
Subgroups: 1
Direct child commands: 3
get_format_py() LogFmtSat[source]
# [SOURce<HW>]:BB:GNSS:LOGGing:CATegory:UMOTion:FORMat
value: enums.LogFmtSat = driver.source.bb.gnss.logging.category.umotion.get_format_py()

Sets the file format in that the logged data is saved.

Returns:

format_py: CSV

get_state() bool[source]
# [SOURce<HW>]:BB:GNSS:LOGGing:CATegory:UMOTion:STATe
value: bool = driver.source.bb.gnss.logging.category.umotion.get_state()

Enables the logging of the selected category.

Returns:

state: 1 | ON | 0| OFF

get_step() LogRes[source]
# [SOURce<HW>]:BB:GNSS:LOGGing:CATegory:UMOTion:STEP
value: enums.LogRes = driver.source.bb.gnss.logging.category.umotion.get_step()

Sets the logging step.

Returns:

resolution: R1S | R2S | R5S | R10S | R02S | R04S | R08S

set_state(state: bool) None[source]
# [SOURce<HW>]:BB:GNSS:LOGGing:CATegory:UMOTion:STATe
driver.source.bb.gnss.logging.category.umotion.set_state(state = False)

Enables the logging of the selected category.

Parameters:

state – 1 | ON | 0| OFF

set_step(resolution: LogRes) None[source]
# [SOURce<HW>]:BB:GNSS:LOGGing:CATegory:UMOTion:STEP
driver.source.bb.gnss.logging.category.umotion.set_step(resolution = enums.LogRes.R02S)

Sets the logging step.

Parameters:

resolution – R1S | R2S | R5S | R10S | R02S | R04S | R08S

Cloning the Group

# Create a copy of the original group, that exists independently
umotion_copy = driver.source.bb.gnss.logging.category.umotion.clone()

Subgroups