Identity

SCPI Command :

[SENSe]:FPLan:COMPonent<co>:IDENtity
class IdentityCls[source]

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

get(component=Component.Default) RsFsw.enums.MixerIdentifier[source]
# SCPI: [SENSe]:FPLan:COMPonent<co>:IDENtity
value: enums.MixerIdentifier = driver.applications.k50Spurious.sense.fplan.component.identity.get(component = repcap.Component.Default)

Selects the identifier for the second input frequency for mixers.

param component

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

return

type_py: LO | CLOCk

set(type_py: RsFsw.enums.MixerIdentifier, component=Component.Default) None[source]
# SCPI: [SENSe]:FPLan:COMPonent<co>:IDENtity
driver.applications.k50Spurious.sense.fplan.component.identity.set(type_py = enums.MixerIdentifier.CLOCk, component = repcap.Component.Default)

Selects the identifier for the second input frequency for mixers.

param type_py

LO | CLOCk

param component

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