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