Unscaled
SCPI Command :
[SOURce<HW>]:BB:GNSS:SVID<CH>:GLONass:NMESsage:NAV:EPHemeris:TINDex:UNSCaled
- class UnscaledCls[source]
Unscaled commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(satelliteSvid=SatelliteSvid.Default) int [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:GLONass:NMESsage:NAV:EPHemeris:TINDex:UNSCaled value: int = driver.source.bb.gnss.svid.glonass.nmessage.nav.ephemeris.tindex.unscaled.get(satelliteSvid = repcap.SatelliteSvid.Default)
Sets the tb Index parameter.
- param satelliteSvid
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)
- return
tb_index: integer
- set(tb_index: int, satelliteSvid=SatelliteSvid.Default) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:GLONass:NMESsage:NAV:EPHemeris:TINDex:UNSCaled driver.source.bb.gnss.svid.glonass.nmessage.nav.ephemeris.tindex.unscaled.set(tb_index = 1, satelliteSvid = repcap.SatelliteSvid.Default)
Sets the tb Index parameter.
- param tb_index
integer
- param satelliteSvid
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)