Polarity

SCPI Command :

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

Selects the polarity of the custom serial bus data signal in Manchester coding standards.

Parameters:

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

Returns:

man_pola_dat: NORMal | INVert

  • NORMal: Manchester or Manchester II polarity remains unchanged

  • INVert: Manchester polarity is inverted and becomes Manchester II polarity, Manchester II polarity is inverted and becomes Manchester polarity

set(man_pola_dat: BusDataSignalPolarity, bus=Bus.Default) None[source]
# BUS<*>:CMSB:MANChester:POLarity
driver.bus.cmsb.manchester.polarity.set(man_pola_dat = enums.BusDataSignalPolarity.INVert, bus = repcap.Bus.Default)

Selects the polarity of the custom serial bus data signal in Manchester coding standards.

Parameters:
  • man_pola_dat

    NORMal | INVert

    • NORMal: Manchester or Manchester II polarity remains unchanged

    • INVert: Manchester polarity is inverted and becomes Manchester II polarity, Manchester II polarity is inverted and becomes Manchester polarity

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