Impedance

SCPI Command :

CONNector:USER<CH>:TRIGger:IMPedance
class ImpedanceCls[source]

Impedance commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(userIx=UserIx.Default) ImpG50G10K[source]
# SCPI: CONNector:USER<CH>:TRIGger:IMPedance
value: enums.ImpG50G10K = driver.connector.user.trigger.impedance.get(userIx = repcap.UserIx.Default)

Selects the input impedance for the external trigger/clock inputs, when method RsSgt.Connector.User.Omode.set is set to TRIGger or CIN/COUT.

param userIx:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)

return:

impedance: G50| G10K G10K Provided only for backward compatibility with other R&S signal generators. The R&S SGT accepts this values and maps it automatically to G1K.

set(impedance: ImpG50G10K, userIx=UserIx.Default) None[source]
# SCPI: CONNector:USER<CH>:TRIGger:IMPedance
driver.connector.user.trigger.impedance.set(impedance = enums.ImpG50G10K.G10K, userIx = repcap.UserIx.Default)

Selects the input impedance for the external trigger/clock inputs, when method RsSgt.Connector.User.Omode.set is set to TRIGger or CIN/COUT.

param impedance:

G50| G10K G10K Provided only for backward compatibility with other R&S signal generators. The R&S SGT accepts this values and maps it automatically to G1K.

param userIx:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)