Data

SCPI Commands :

BLER:SETup:DATA:CONNector
BLER:SETup:DATA:[POLarity]
class DataCls[source]

Data commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_connector() RsSmw.enums.BertDataConn[source]
# SCPI: BLER:SETup:DATA:CONNector
value: enums.BertDataConn = driver.bler.setup.data.get_connector()

No command help available

return

connector: No help available

get_polarity() RsSmw.enums.NormalInverted[source]
# SCPI: BLER:SETup:DATA:[POLarity]
value: enums.NormalInverted = driver.bler.setup.data.get_polarity()

Sets the polarity of the feedback data bits.

return

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: RsSmw.enums.BertDataConn) None[source]
# SCPI: BLER:SETup:DATA:CONNector
driver.bler.setup.data.set_connector(connector = enums.BertDataConn.MRK1)

No command help available

param connector

No help available

set_polarity(polarity: RsSmw.enums.NormalInverted) None[source]
# SCPI: BLER:SETup:DATA:[POLarity]
driver.bler.setup.data.set_polarity(polarity = enums.NormalInverted.INVerted)

Sets the polarity of the feedback data bits.

param 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.