Attitude

SCPI Commands :

[SOURce<HW>]:BB:GNSS:LOGGing:CATegory:UMOTion:[CSV]:ATTitude:ACCeleration
[SOURce<HW>]:BB:GNSS:LOGGing:CATegory:UMOTion:[CSV]:ATTitude:JERK
[SOURce<HW>]:BB:GNSS:LOGGing:CATegory:UMOTion:[CSV]:ATTitude:RATE
[SOURce<HW>]:BB:GNSS:LOGGing:CATegory:UMOTion:[CSV]:ATTitude:YPR
[SOURce<HW>]:BB:GNSS:LOGGing:CATegory:UMOTion:[CSV]:ATTitude
Commands in total: 5
Subgroups: 0
Direct child commands: 5
get_acceleration() bool[source]
# [SOURce<HW>]:BB:GNSS:LOGGing:CATegory:UMOTion:[CSV]:ATTitude:ACCeleration
value: bool = driver.source.bb.gnss.logging.category.umotion.csv.attitude.get_acceleration()

Enables the parameter for logging.

Returns:

state: 1 | ON | 0| OFF

get_jerk() bool[source]
# [SOURce<HW>]:BB:GNSS:LOGGing:CATegory:UMOTion:[CSV]:ATTitude:JERK
value: bool = driver.source.bb.gnss.logging.category.umotion.csv.attitude.get_jerk()

Enables the parameter for logging.

Returns:

state: 1 | ON | 0| OFF

get_rate() bool[source]
# [SOURce<HW>]:BB:GNSS:LOGGing:CATegory:UMOTion:[CSV]:ATTitude:RATE
value: bool = driver.source.bb.gnss.logging.category.umotion.csv.attitude.get_rate()

Enables the parameter for logging.

Returns:

state: 1 | ON | 0| OFF

get_value() bool[source]
# [SOURce<HW>]:BB:GNSS:LOGGing:CATegory:UMOTion:[CSV]:ATTitude
value: bool = driver.source.bb.gnss.logging.category.umotion.csv.attitude.get_value()

No help available

get_ypr() bool[source]
# [SOURce<HW>]:BB:GNSS:LOGGing:CATegory:UMOTion:[CSV]:ATTitude:YPR
value: bool = driver.source.bb.gnss.logging.category.umotion.csv.attitude.get_ypr()

Enables the parameter for logging.

Returns:

state: 1 | ON | 0| OFF

set_acceleration(state: bool) None[source]
# [SOURce<HW>]:BB:GNSS:LOGGing:CATegory:UMOTion:[CSV]:ATTitude:ACCeleration
driver.source.bb.gnss.logging.category.umotion.csv.attitude.set_acceleration(state = False)

Enables the parameter for logging.

Parameters:

state – 1 | ON | 0| OFF

set_jerk(state: bool) None[source]
# [SOURce<HW>]:BB:GNSS:LOGGing:CATegory:UMOTion:[CSV]:ATTitude:JERK
driver.source.bb.gnss.logging.category.umotion.csv.attitude.set_jerk(state = False)

Enables the parameter for logging.

Parameters:

state – 1 | ON | 0| OFF

set_rate(state: bool) None[source]
# [SOURce<HW>]:BB:GNSS:LOGGing:CATegory:UMOTion:[CSV]:ATTitude:RATE
driver.source.bb.gnss.logging.category.umotion.csv.attitude.set_rate(state = False)

Enables the parameter for logging.

Parameters:

state – 1 | ON | 0| OFF

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

No help available

set_ypr(state: bool) None[source]
# [SOURce<HW>]:BB:GNSS:LOGGing:CATegory:UMOTion:[CSV]:ATTitude:YPR
driver.source.bb.gnss.logging.category.umotion.csv.attitude.set_ypr(state = False)

Enables the parameter for logging.

Parameters:

state – 1 | ON | 0| OFF