Data
SCPI Command :
BLER:SETup:DATA:[POLarity]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_polarity() NormalInverted[source]
# BLER:SETup:DATA:[POLarity] value: enums.NormalInverted = driver.bler.setup.data.get_polarity()
Sets the polarity of the feedback data bits.
- Returns:
polarity: NORMal | INVerted NORMal High level represents a logic 1, low level a logic 0. INVerted Low level represents a logic 1, high level a logic 0.
- set_polarity(polarity: NormalInverted) None[source]
# BLER:SETup:DATA:[POLarity] driver.bler.setup.data.set_polarity(polarity = enums.NormalInverted.INVerted)
Sets the polarity of the feedback data bits.
- Parameters:
polarity – NORMal | INVerted NORMal High level represents a logic 1, low level a logic 0. INVerted Low level represents a logic 1, high level a logic 0.