En

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:GLONass:NMESsage:NAV:CCORrection:EN
class EnCls[source]

En 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:CCORrection:EN
value: int = driver.source.bb.gnss.svid.glonass.nmessage.nav.ccorrection.en.get(satelliteSvid = repcap.SatelliteSvid.Default)

Sets the En parameter.

param satelliteSvid

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)

return

en: integer Range: 0 to 31

set(en: int, satelliteSvid=SatelliteSvid.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:GLONass:NMESsage:NAV:CCORrection:EN
driver.source.bb.gnss.svid.glonass.nmessage.nav.ccorrection.en.set(en = 1, satelliteSvid = repcap.SatelliteSvid.Default)

Sets the En parameter.

param en

integer Range: 0 to 31

param satelliteSvid

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)