EnaPolarity
SCPI Command :
BUS<*>:CMSB:NRZ:ENAPolarity
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) BusNrzPolaEnable[source]
# BUS<*>:CMSB:NRZ:ENAPolarity value: enums.BusNrzPolaEnable = driver.bus.cmsb.nrz.enaPolarity.get(bus = repcap.Bus.Default)
Sets whether the transmitted enable signal is active when the voltage is below the threshold (ENALow) or higher than it (ENAHIgh) .
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
nrz_pola_enable: ENALow | ENAHigh
- set(nrz_pola_enable: BusNrzPolaEnable, bus=Bus.Default) None[source]
# BUS<*>:CMSB:NRZ:ENAPolarity driver.bus.cmsb.nrz.enaPolarity.set(nrz_pola_enable = enums.BusNrzPolaEnable.ENAHigh, bus = repcap.Bus.Default)
Sets whether the transmitted enable signal is active when the voltage is below the threshold (ENALow) or higher than it (ENAHIgh) .
- Parameters:
nrz_pola_enable – ENALow | ENAHigh
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)