TypePy

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:GPS:SIGNal:L1Band:P:DATA:NMESsage:TYPE
class TypePyCls[source]

TypePy commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(satelliteSvid=SatelliteSvid.Default) RsSmbv.enums.DataSourGnss[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:GPS:SIGNal:L1Band:P:DATA:NMESsage:TYPE
value: enums.DataSourGnss = driver.source.bb.gnss.svid.gps.signal.l1Band.p.data.nmessage.typePy.get(satelliteSvid = repcap.SatelliteSvid.Default)

Sets the data source used for the generation of the navigation message.

param satelliteSvid

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

return

data: ZERO| ONE| PATTern| PN9| PN11| PN15| PN16| PN20| PN21| PN23| DLISt| RNData| ZNData ZERO|ONE|PATTern|PN9|PN11|PN15|PN16|PN20|PN21|PN23|DLISt Arbitrary data source. Define the pattern and load an existing data list file with the commands: [:SOURcehw]:BB:GNSS:SVIDch:GPS:SIGNal:L1Band:CA:DATA:NMESsage:PATTern [:SOURcehw]:BB:GNSS:SVIDch:GPS:SIGNal:L1Band:CA:DATA:NMESsage:DSELect RNData Summary indication for real navigation data. Current navigation message type depends on the GNSS system and the RF band, e.g. for GPS in L1 RNData means LNAV. ZNData Zero navigation data Sets the orbit and clock correction parameters in the broadcasted navigation message to zero.

set(data: RsSmbv.enums.DataSourGnss, satelliteSvid=SatelliteSvid.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:GPS:SIGNal:L1Band:P:DATA:NMESsage:TYPE
driver.source.bb.gnss.svid.gps.signal.l1Band.p.data.nmessage.typePy.set(data = enums.DataSourGnss.DLISt, satelliteSvid = repcap.SatelliteSvid.Default)

Sets the data source used for the generation of the navigation message.

param data

ZERO| ONE| PATTern| PN9| PN11| PN15| PN16| PN20| PN21| PN23| DLISt| RNData| ZNData ZERO|ONE|PATTern|PN9|PN11|PN15|PN16|PN20|PN21|PN23|DLISt Arbitrary data source. Define the pattern and load an existing data list file with the commands: [:SOURcehw]:BB:GNSS:SVIDch:GPS:SIGNal:L1Band:CA:DATA:NMESsage:PATTern [:SOURcehw]:BB:GNSS:SVIDch:GPS:SIGNal:L1Band:CA:DATA:NMESsage:DSELect RNData Summary indication for real navigation data. Current navigation message type depends on the GNSS system and the RF band, e.g. for GPS in L1 RNData means LNAV. ZNData Zero navigation data Sets the orbit and clock correction parameters in the broadcasted navigation message to zero.

param satelliteSvid

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