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