Acceleration

SCPI Command :

[SOURce<HW>]:BB:GNSS:LOGGing:CATegory:SATellite:ACCeleration:ECEF
class AccelerationCls[source]

Acceleration commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_ecef() bool[source]
# SCPI: [SOURce<HW>]:BB:GNSS:LOGGing:CATegory:SATellite:ACCeleration:ECEF
value: bool = driver.source.bb.gnss.logging.category.satellite.acceleration.get_ecef()

Enables the parameter for logging.

return

state: 1| ON| 0| OFF

set_ecef(state: bool) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:LOGGing:CATegory:SATellite:ACCeleration:ECEF
driver.source.bb.gnss.logging.category.satellite.acceleration.set_ecef(state = False)

Enables the parameter for logging.

param state

1| ON| 0| OFF