Position
SCPI Command :
[SOURce<HW>]:BB:GNSS:LOGGing:CATegory:SATellite:POSition:ECEF
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_ecef() bool[source]
# [SOURce<HW>]:BB:GNSS:LOGGing:CATegory:SATellite:POSition:ECEF value: bool = driver.source.bb.gnss.logging.category.satellite.position.get_ecef()
Enables the parameter for logging.
- Returns:
state: 1 | ON | 0| OFF
- set_ecef(state: bool) None[source]
# [SOURce<HW>]:BB:GNSS:LOGGing:CATegory:SATellite:POSition:ECEF driver.source.bb.gnss.logging.category.satellite.position.set_ecef(state = False)
Enables the parameter for logging.
- Parameters:
state – 1 | ON | 0| OFF