Itype

SCPI Command :

[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:HIL:ITYPe
class ItypeCls[source]

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

get(vehicle=Vehicle.Default) RsSmbv.enums.HilIfc[source]
# SCPI: [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:HIL:ITYPe
value: enums.HilIfc = driver.source.bb.gnss.receiver.v.hil.itype.get(vehicle = repcap.Vehicle.Default)

Set the interface type for the remote communication between R&S SMBV100B and the control application.

param vehicle

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

return

interface_type: SCPI| UDP

set(interface_type: RsSmbv.enums.HilIfc, vehicle=Vehicle.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:HIL:ITYPe
driver.source.bb.gnss.receiver.v.hil.itype.set(interface_type = enums.HilIfc.SCPI, vehicle = repcap.Vehicle.Default)

Set the interface type for the remote communication between R&S SMBV100B and the control application.

param interface_type

SCPI| UDP

param vehicle

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