Variant
SCPI Command :
BUS<*>:MPHY:VARiant
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) BusMphyVariant[source]
# BUS<*>:MPHY:VARiant value: enums.BusMphyVariant = driver.bus.mphy.variant.get(bus = repcap.Bus.Default)
Selects the protocol running on the interface.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- set(prot_sel: BusMphyVariant, bus=Bus.Default) None[source]
# BUS<*>:MPHY:VARiant driver.bus.mphy.variant.set(prot_sel = enums.BusMphyVariant.MPHY, bus = repcap.Bus.Default)
Selects the protocol running on the interface.
- Parameters:
prot_sel – MPHY | UNIPRO | SSIC
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)