Polarity
SCPI Command :
BUS<*>:SPI:MISO:POLarity
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) BusSpiI2cDataPolarity[source]
# BUS<*>:SPI:MISO:POLarity value: enums.BusSpiI2cDataPolarity = driver.bus.spi.miso.polarity.get(bus = repcap.Bus.Default)
Selects whether transmitted data is high active (high = 1) or low active (low = 1) .
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
miso_polarity: ACTLow | ACTHigh
- set(miso_polarity: BusSpiI2cDataPolarity, bus=Bus.Default) None[source]
# BUS<*>:SPI:MISO:POLarity driver.bus.spi.miso.polarity.set(miso_polarity = enums.BusSpiI2cDataPolarity.ACTHigh, bus = repcap.Bus.Default)
Selects whether transmitted data is high active (high = 1) or low active (low = 1) .
- Parameters:
miso_polarity – ACTLow | ACTHigh
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)