Top
SCPI Command :
[SOURce<HW>]:BB:GNSS:SVID<CH>:GPS:NMESsage:CNAV:EPHemeris:TOP
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get(satelliteSvid=SatelliteSvid.Default) int[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:GPS:NMESsage:CNAV:EPHemeris:TOP value: int = driver.source.bb.gnss.svid.gps.nmessage.cnav.ephemeris.top.get(satelliteSvid = repcap.SatelliteSvid.Default)
Sets the data predict time of week.
- Parameters:
satelliteSvid – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)
- Returns:
top: integer
- set(top: int, satelliteSvid=SatelliteSvid.Default) None[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:GPS:NMESsage:CNAV:EPHemeris:TOP driver.source.bb.gnss.svid.gps.nmessage.cnav.ephemeris.top.set(top = 1, satelliteSvid = repcap.SatelliteSvid.Default)
Sets the data predict time of week.
- Parameters:
top – integer
satelliteSvid – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)
Cloning the Group
# Create a copy of the original group, that exists independently
top_copy = driver.source.bb.gnss.svid.gps.nmessage.cnav.ephemeris.top.clone()
Subgroups