Sqra
SCPI Command :
[SOURce<HW>]:BB:GNSS:SVID<CH>:NAVic:SIMulated:ORBit:SQRA
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(satelliteSvid=SatelliteSvid.Default) int[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:NAVic:SIMulated:ORBit:SQRA value: int = driver.source.bb.gnss.svid.navic.simulated.orbit.sqra.get(satelliteSvid = repcap.SatelliteSvid.Default)
Sets the square root of semi-major axis.
- Parameters:
satelliteSvid – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)
- Returns:
sqrt_a: integer Range: 0.190735 to 8192
- set(sqrt_a: int, satelliteSvid=SatelliteSvid.Default) None[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:NAVic:SIMulated:ORBit:SQRA driver.source.bb.gnss.svid.navic.simulated.orbit.sqra.set(sqrt_a = 1, satelliteSvid = repcap.SatelliteSvid.Default)
Sets the square root of semi-major axis.
- Parameters:
sqrt_a – integer Range: 0.190735 to 8192
satelliteSvid – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)