Save
SCPI Command :
EXPort:HISTogram<*>:SAVE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(histogram=Histogram.Default) bool[source]
# EXPort:HISTogram<*>:SAVE value: bool = driver.export.histogram.save.get(histogram = repcap.Histogram.Default)
Saves the specified histogram to file. The target file is set using method
RsMxo.export.histogram.name.set().- Parameters:
histogram – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Histogram’)
- set(histogram=Histogram.Default) None[source]
# EXPort:HISTogram<*>:SAVE driver.export.histogram.save.set(histogram = repcap.Histogram.Default)
Saves the specified histogram to file. The target file is set using method
RsMxo.export.histogram.name.set().- Parameters:
histogram – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Histogram’)
- set_and_wait(histogram=Histogram.Default, opc_timeout_ms: int = -1) None[source]