Samples

SCPI Command :

SOURce:GPRF:GENerator<Instance>:ARB:SAMPles
class SamplesCls[source]

Samples commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get_value() float[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:ARB:SAMPles
value: float = driver.source.gprf.generator.arb.samples.get_value()

Queries the number of samples in the loaded waveform file. The CMX500 supports waveform files with a size up to 512 MB.

return:

samples: No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.gprf.generator.arb.samples.clone()

Subgroups