Preset
SCPI Command :
BUS<*>:MDIO:PRESet
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) BusMdioPreset[source]
# BUS<*>:MDIO:PRESet value: enums.BusMdioPreset = driver.bus.mdio.preset.get(bus = repcap.Bus.Default)
Selects the default threshold settings according to the Ethernet standard: 2.0 V and 0.8 V.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
preset: DEFault | MANual
- set(preset: BusMdioPreset, bus=Bus.Default) None[source]
# BUS<*>:MDIO:PRESet driver.bus.mdio.preset.set(preset = enums.BusMdioPreset.DEFault, bus = repcap.Bus.Default)
Selects the default threshold settings according to the Ethernet standard: 2.0 V and 0.8 V.
- Parameters:
preset – DEFault | MANual
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)