Name
SCPI Command :
REFCurve<*>:MULTichannel:NAME
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(refCurve=RefCurve.Default) str[source]
# REFCurve<*>:MULTichannel:NAME value: str = driver.refCurve.multiChannel.name.get(refCurve = repcap.RefCurve.Default)
Defines the path and the file to be imported. If not path is given, the default path C:/Users/Public/Public Documents/Rohde-Schwarz/RTx/RefWaveforms is used.
- Parameters:
refCurve – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘RefCurve’)
- Returns:
mlt_ch_impt_path: String with path and filename
- set(mlt_ch_impt_path: str, refCurve=RefCurve.Default) None[source]
# REFCurve<*>:MULTichannel:NAME driver.refCurve.multiChannel.name.set(mlt_ch_impt_path = 'abc', refCurve = repcap.RefCurve.Default)
Defines the path and the file to be imported. If not path is given, the default path C:/Users/Public/Public Documents/Rohde-Schwarz/RTx/RefWaveforms is used.
- Parameters:
mlt_ch_impt_path – String with path and filename
refCurve – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘RefCurve’)