Name
SCPI Command :
WGENerator<*>:ARBGen:NAME
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(wgenerator=Wgenerator.Default) str[source]
# WGENerator<*>:ARBGen:NAME value: str = driver.wgenerator.arbGen.name.get(wgenerator = repcap.Wgenerator.Default)
Sets the file path and the file for an arbitrary waveform, if method
RsRtx.wgenerator.arbGen.source.set()is set to ARBitrary. If not path is given, the default path C:/Users/Public/Public Documents/Rohde-Schwarz/RTx/RefWaveforms is used. This command is only relevant for files with one waveform defined. For multichannel arbitrary waveform files, see methodRsRtx.wgenerator.arbGen.multiChannel.open().- Parameters:
wgenerator – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Wgenerator’)
- set(file_path: str, wgenerator=Wgenerator.Default) None[source]
# WGENerator<*>:ARBGen:NAME driver.wgenerator.arbGen.name.set(file_path = 'abc', wgenerator = repcap.Wgenerator.Default)
Sets the file path and the file for an arbitrary waveform, if method
RsRtx.wgenerator.arbGen.source.set()is set to ARBitrary. If not path is given, the default path C:/Users/Public/Public Documents/Rohde-Schwarz/RTx/RefWaveforms is used. This command is only relevant for files with one waveform defined. For multichannel arbitrary waveform files, see methodRsRtx.wgenerator.arbGen.multiChannel.open().- Parameters:
wgenerator – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Wgenerator’)