CvPeriod
SCPI Command :
[SOURce<HW>]:BB:GNSS:SVID<CH>:GLONass:SDYNamics:CVPeriod
- class CvPeriodCls[source]
CvPeriod 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:CVPeriod value: float = driver.source.bb.gnss.svid.glonass.sdynamics.cvPeriod.get(satelliteSvid = repcap.SatelliteSvid.Default)
Sets the time period during that the velocity is kept constant.
- param satelliteSvid
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)
- return
const_vel_period: float Range: 0.1 to 10800
- set(const_vel_period: float, satelliteSvid=SatelliteSvid.Default) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:GLONass:SDYNamics:CVPeriod driver.source.bb.gnss.svid.glonass.sdynamics.cvPeriod.set(const_vel_period = 1.0, satelliteSvid = repcap.SatelliteSvid.Default)
Sets the time period during that the velocity is kept constant.
- param const_vel_period
float Range: 0.1 to 10800
- param satelliteSvid
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)