Polarity

SCPI Command :

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

Sets the polarity of the clock signal, that is the edge at which the instrument samples the data on the data line.

Parameters:

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

Returns:

bit_clock_edge: FALLing | RISing

set(bit_clock_edge: BusClockEdge, bus=Bus.Default) None[source]
# BUS<*>:I2S:CLOCk:POLarity
driver.bus.i2S.clock.polarity.set(bit_clock_edge = enums.BusClockEdge.FALLing, bus = repcap.Bus.Default)

Sets the polarity of the clock signal, that is the edge at which the instrument samples the data on the data line.

Parameters:
  • bit_clock_edge – FALLing | RISing

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