Polarity

SCPI Command :

BUS<*>:ETHernet:POLarity
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) BusDataSignalPolarity[source]
# BUS<*>:ETHernet:POLarity
value: enums.BusDataSignalPolarity = driver.bus.ethernet.polarity.get(bus = repcap.Bus.Default)

Defines the polarity of the data signal. This setting is only available in 10BASE-T.

Parameters:

bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)

Returns:

polarity: NORMal | INVert

  • NORMal: Normal (non-inverted) data signal polarity

  • INVert: Inverted data signal polarity

set(polarity: BusDataSignalPolarity, bus=Bus.Default) None[source]
# BUS<*>:ETHernet:POLarity
driver.bus.ethernet.polarity.set(polarity = enums.BusDataSignalPolarity.INVert, bus = repcap.Bus.Default)

Defines the polarity of the data signal. This setting is only available in 10BASE-T.

Parameters:
  • polarity

    NORMal | INVert

    • NORMal: Normal (non-inverted) data signal polarity

    • INVert: Inverted data signal polarity

  • bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)