CvPeriod
SCPI Command :
[SOURce<HW>]:BB:GNSS:SVID<CH>:GALileo:SDYNamics:CVPeriod
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(satelliteSvid=SatelliteSvid.Default) float[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:GALileo:SDYNamics:CVPeriod value: float = driver.source.bb.gnss.svid.galileo.sdynamics.cvPeriod.get(satelliteSvid = repcap.SatelliteSvid.Default)
Sets the time period during that the velocity is kept constant.
- Parameters:
satelliteSvid – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)
- Returns:
const_vel_period: float Range: 0.1 to 10800
- set(const_vel_period: float, satelliteSvid=SatelliteSvid.Default) None[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:GALileo:SDYNamics:CVPeriod driver.source.bb.gnss.svid.galileo.sdynamics.cvPeriod.set(const_vel_period = 1.0, satelliteSvid = repcap.SatelliteSvid.Default)
Sets the time period during that the velocity is kept constant.
- Parameters:
const_vel_period – float Range: 0.1 to 10800
satelliteSvid – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)