ExportState
SCPI Command :
CHANnel<*>:EXPortstate
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(channel=Channel.Default) bool[source]
# CHANnel<*>:EXPortstate value: bool = driver.channel.exportState.get(channel = repcap.Channel.Default)
Includes or excludes the indicated channel in waveform export. The data of channel waveform 1 is exported. The commands takes effect if method
RsRtx.export.waveform.multi_channel()is ON.- Parameters:
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)
- Returns:
export_state: If you enable the multichannel export, the export state of all active channels is automatically set ON.
- set(export_state: bool, channel=Channel.Default) None[source]
# CHANnel<*>:EXPortstate driver.channel.exportState.set(export_state = False, channel = repcap.Channel.Default)
Includes or excludes the indicated channel in waveform export. The data of channel waveform 1 is exported. The commands takes effect if method
RsRtx.export.waveform.multi_channel()is ON.- Parameters:
export_state – If you enable the multichannel export, the export state of all active channels is automatically set ON.
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)