Display
SCPI Command :
DIGital<*>:DISPlay
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(digitalNull=DigitalNull.Default) bool[source]
# DIGital<*>:DISPlay value: bool = driver.digital.display.get(digitalNull = repcap.DigitalNull.Default)
Enables or disables the indicated digital channel, displays it, and enables the parallel Bus1 if the bus was disabled. That is, method
RsRtx.bus.parallel.display.shdi.set()and methodRsRtx.bus.parallel.state.set()are set to ON automatically. If another active bus already uses the selected digital channel, the instrument disables the other bus to avoid conflicts. For Bus1, the methodRsRtx.digital.display.set()command has the same effect as methodRsRtx.bus.parallel.bit.state.set(). To enable digital channels for buses 2, 3 and 4, use the methodRsRtx.bus.parallel.bit.state.set()command.- Parameters:
digitalNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Digital’)
- Returns:
display: ON | OFF
- set(display: bool, digitalNull=DigitalNull.Default) None[source]
# DIGital<*>:DISPlay driver.digital.display.set(display = False, digitalNull = repcap.DigitalNull.Default)
Enables or disables the indicated digital channel, displays it, and enables the parallel Bus1 if the bus was disabled. That is, method
RsRtx.bus.parallel.display.shdi.set()and methodRsRtx.bus.parallel.state.set()are set to ON automatically. If another active bus already uses the selected digital channel, the instrument disables the other bus to avoid conflicts. For Bus1, the methodRsRtx.digital.display.set()command has the same effect as methodRsRtx.bus.parallel.bit.state.set(). To enable digital channels for buses 2, 3 and 4, use the methodRsRtx.bus.parallel.bit.state.set()command.- Parameters:
display – ON | OFF
digitalNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Digital’)