Cphase
SCPI Command :
[SOURce<HW>]:BB:GNSS:SVID<CH>:GLONass:SDYNamics:CPHase
- class CphaseCls[source]
Cphase commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(satelliteSvid=SatelliteSvid.Default) float [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:GLONass:SDYNamics:CPHase value: float = driver.source.bb.gnss.svid.glonass.sdynamics.cphase.get(satelliteSvid = repcap.SatelliteSvid.Default)
Sets the initial carrier phase.
- param satelliteSvid
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)
- return
cphase: float Range: 0 to 6.28
- set(cphase: float, satelliteSvid=SatelliteSvid.Default) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:GLONass:SDYNamics:CPHase driver.source.bb.gnss.svid.glonass.sdynamics.cphase.set(cphase = 1.0, satelliteSvid = repcap.SatelliteSvid.Default)
Sets the initial carrier phase.
- param cphase
float Range: 0 to 6.28
- param satelliteSvid
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)