Crs
SCPI Command :
[SOURce<HW>]:BB:GNSS:SVID<CH>:GALileo:SIMulated:ORBit:CRS
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(satelliteSvid=SatelliteSvid.Default) float[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:GALileo:SIMulated:ORBit:CRS value: float = driver.source.bb.gnss.svid.galileo.simulated.orbit.crs.get(satelliteSvid = repcap.SatelliteSvid.Default)
Sets the sine difference of orbital radius.
- Parameters:
satelliteSvid – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)
- Returns:
crs: float
- set(crs: float, satelliteSvid=SatelliteSvid.Default) None[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:GALileo:SIMulated:ORBit:CRS driver.source.bb.gnss.svid.galileo.simulated.orbit.crs.set(crs = 1.0, satelliteSvid = repcap.SatelliteSvid.Default)
Sets the sine difference of orbital radius.
- Parameters:
crs – float
satelliteSvid – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)