Data
SCPI Commands :
BLER:SETup:DATA:CONNector
BLER:SETup:DATA:[POLarity]
- Commands in total: 2Subgroups: 0Direct child commands: 2
- get_connector() BertDataConn[source]
# BLER:SETup:DATA:CONNector value: enums.BertDataConn = driver.bler.setup.data.get_connector()
No help available
- 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_connector(connector: BertDataConn) None[source]
# BLER:SETup:DATA:CONNector driver.bler.setup.data.set_connector(connector = enums.BertDataConn.MRK1)
No help available
- 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.