Setup

SCPI Commands :

TRPRobe:SETup:NAME
TRPRobe:SETup:STATe
TRPRobe:SETup:TYPE
Commands in total: 5
Subgroups: 1
Direct child commands: 3
get_name() str[source]
# TRPRobe:SETup:NAME
value: str = driver.trProbe.setup.get_name()

Returns the name of the probe that is connected to the external trigger input.

Returns:

name: String parameter

get_state() Detection[source]
# TRPRobe:SETup:STATe
value: enums.Detection = driver.trProbe.setup.get_state()

Returns the state of the probe that is connected to the external trigger input.

Returns:

state: DETected | NDETected

get_type_py() str[source]
# TRPRobe:SETup:TYPE
value: str = driver.trProbe.setup.get_type_py()

Returns the type of the probe that is connected to the external trigger input.

Returns:

type_py: String parameter

Cloning the Group

# Create a copy of the original group, that exists independently
setup_copy = driver.trProbe.setup.clone()

Subgroups