Name

SCPI Command :

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

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

Parameters:

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

Returns:

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

set(save_as_path: str, histogram=Histogram.Default) None[source]
# EXPort:HISTogram<*>:NAME
driver.export.histogram.name.set(save_as_path = 'abc', histogram = repcap.Histogram.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.

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