Version
SCPI Command :
BUS<*>:RFFE:VERSion
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) BusRffeVersion[source]
# BUS<*>:RFFE:VERSion value: enums.BusRffeVersion = driver.bus.rffe.version.get(bus = repcap.Bus.Default)
Selects the RFFE version.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
version: V1DX: 1.x V2D0: 2.0 V2D1: 2.1 V3D0: 3.0 / 3.1
- set(version: BusRffeVersion, bus=Bus.Default) None[source]
# BUS<*>:RFFE:VERSion driver.bus.rffe.version.set(version = enums.BusRffeVersion.V1DX, bus = repcap.Bus.Default)
Selects the RFFE version.
- Parameters:
version – V1DX: 1.x V2D0: 2.0 V2D1: 2.1 V3D0: 3.0 / 3.1
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)