Gen
SCPI Command :
BUS<*>:PCIE:GEN
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) BusPcieGeneration[source]
# BUS<*>:PCIE:GEN value: enums.BusPcieGeneration = driver.bus.pcie.gen.get(bus = repcap.Bus.Default)
Sets the generation of the PCIe technology.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
generation: V1 | V2 | V3
V1: PCIe Gen1 (2.5 Gbit/s)
V2: PCIe Gen2 (5 Gbit/s)
- set(generation: BusPcieGeneration, bus=Bus.Default) None[source]
# BUS<*>:PCIE:GEN driver.bus.pcie.gen.set(generation = enums.BusPcieGeneration.V1, bus = repcap.Bus.Default)
Sets the generation of the PCIe technology.
- Parameters:
generation –
V1 | V2 | V3
V1: PCIe Gen1 (2.5 Gbit/s)
V2: PCIe Gen2 (5 Gbit/s)
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)