Name

SCPI Command :

EXPort:HMEasurement<*>:NAME
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(measIndex=MeasIndex.Default) str[source]
# EXPort:HMEasurement<*>:NAME
value: str = driver.export.hmeasurement.name.get(measIndex = repcap.MeasIndex.Default)

Sets the path, the filename and the file format of the export file for histogram. The command affects all histogram exports.

Parameters:

measIndex – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Hmeasurement’)

Returns:

save_as_path: String with path and file name with extension .csv.

set(save_as_path: str, measIndex=MeasIndex.Default) None[source]
# EXPort:HMEasurement<*>:NAME
driver.export.hmeasurement.name.set(save_as_path = 'abc', measIndex = repcap.MeasIndex.Default)

Sets the path, the filename and the file format of the export file for histogram. The command affects all histogram exports.

Parameters:
  • save_as_path – String with path and file name with extension .csv.

  • measIndex – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Hmeasurement’)