HardCopy

SCPI Command :

SENSe:[POWer]:SWEep:HCOPy:DATA
class HardCopyCls[source]

HardCopy commands group definition. 24 total commands, 3 Subgroups, 1 group commands

get_data() bytes[source]
# SCPI: SENSe:[POWer]:SWEep:HCOPy:DATA
value: bytes = driver.sense.power.sweep.hardCopy.get_data()

Queries the measurement data directly. The data is transferred to the remote client as data stream. Readable ASCII data is available for hardcopy language CSV. The representation of the values depends on the selected orientation for the CSV format.

return:

data: block data

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.sense.power.sweep.hardCopy.clone()

Subgroups