Variant
SCPI Command :
BUS<*>:ETHernet:VARiant
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) BusEthernetVariant[source]
# BUS<*>:ETHernet:VARiant value: enums.BusEthernetVariant = driver.bus.ethernet.variant.get(bus = repcap.Bus.Default)
Selects the Ethernet protocol variant and transmission speed.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
variant: B10T | B100TX | B100tx
B10T: Ethernet protocol variant 10BASE-T (10 Mbit/s)
B100TX = B100tx: Ethernet protocol variant 100BASE-TX (100 Mbit/s)
- set(variant: BusEthernetVariant, bus=Bus.Default) None[source]
# BUS<*>:ETHernet:VARiant driver.bus.ethernet.variant.set(variant = enums.BusEthernetVariant.B100TX, bus = repcap.Bus.Default)
Selects the Ethernet protocol variant and transmission speed.
- Parameters:
variant –
B10T | B100TX | B100tx
B10T: Ethernet protocol variant 10BASE-T (10 Mbit/s)
B100TX = B100tx: Ethernet protocol variant 100BASE-TX (100 Mbit/s)
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)