skrf.vi.vna.PNA.__init__

PNA.__init__(address=16, channel=1, timeout=3, echo=False, **kwargs)

Constructor

Parameters :

address : int

GPIB address

channel : int

set active channel. Most commands operate on the active channel

timeout : number

GPIB command timeout in seconds.

echo : Boolean

echo all strings passed to the write command to stdout. usefule for troubleshooting

**kwargs : :

passed to visa.GpibInstrument.__init__()

Previous topic

skrf.vi.vna.PNA.ntraces

Next topic

skrf.vi.vna.PNA.create_meas

This Page