Samples

SCPI Command:

SOURce:XRT: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:XRT:GENerator<Instance>:ARB:SAMPles
value: float = driver.source.xrt.generator.arb.samples.get_value()

Queries the number of samples in the loaded ARB file.

return:

samples: Range: 0 to 268173312

Cloning the Group

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

Subgroups